Explore >> Select a destination


You are here

dplyr.tidyverse.org
| | magrittr.tidyverse.org
10.0 parsecs away

Travel
| | Pipe an object forward into a function or call expression.
| | vctrs.r-lib.org
6.0 parsecs away

Travel
| | vec_as_names() takes a character vector of names and repairs it according to the repair argument. It is the r-lib and tidyverse equivalent of base::make.names(). vctrs deals with a few levels of name repair: minimal names exist. The names attribute is not NULL. The name of an unnamed element is "" and never NA. For instance, vec_as_names() always returns minimal names and data frames created by the tibble package have names that are, at least, minimal. unique names are minimal, have no duplicates, and ca...
| | patchwork.data-imaginist.com
38.0 parsecs away

Travel
| |
| | ilya-sher.org
85.6 parsecs away

Travel
| Declarative languages failure Approach that in my eyes failed, again and again, is to start with your own declarative language and then with time grow the language. (SQL being among notable exceptions) Puppet is the best example. map and each, added in Puppet 4.0.0 are, in my opinion, just two in a sea of evidence...