Explore >> Select a destination


You are here

readr.tidyverse.org
| | recipes.tidymodels.org
7.7 parsecs away

Travel
| | step_regex() creates a specification of a recipe step that will create a new dummy variable based on a regular expression.
| | vctrs.r-lib.org
5.8 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...
| | dplyr.tidyverse.org
6.9 parsecs away

Travel
| | Most data operations are done on groups defined by variables. group_by() takes an existing tbl and converts it into a grouped tbl where operations are performed "by group". ungroup() removes grouping.
| | johnazariah.github.io
32.4 parsecs away

Travel
| A post about how the foundations of functional programming have neat effects on real-life programming