|
You are here |
vctrs.r-lib.org | ||
| | | | |
purrr.tidyverse.org
|
|
| | | | | These functions are variants of map() that iterate over two arguments at a time. | |
| | | | |
roxygen2.r-lib.org
|
|
| | | | | The basics of roxygen2 tags and how to use them for documenting functions. | |
| | | | |
dplyr.tidyverse.org
|
|
| | | | | Select (and optionally rename) variables in a data frame, using a concise mini-language that makes it easy to refer to variables based on their name (e.g. a:f selects all columns from a on the left to f on the right) or type (e.g. where(is.numeric) selects all numeric columns). Overview of selection features Tidyverse selections implement a dialect of R where operators make it easy to select variables: : for selecting a range of consecutive variables. ! for taking the complement of a set of variables. & ... | |
| | | | |
nelari.us
|
|
| | | A small look at some useful template techniques, in the context of trying to bind functions to a virtual machine. I wrote this post mostly for myself so that these techniques would be listed all in one place. | ||