Explore >> Select a destination


You are here

dplyr.tidyverse.org
| | purrr.tidyverse.org
2.8 parsecs away

Travel
| | These functions are variants of map() that iterate over two arguments at a time.
| | josiahparry.com
1.9 parsecs away

Travel
| | [AI summary] The article explains how to programmatically create and execute valid R code to programmatically extract datasets from packages.
| | vctrs.r-lib.org
1.3 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...
| | initialcommit.com
29.7 parsecs away

Travel
| In this article, we'll describe how to use the pow() function in the Java and Python libraries.