Explore >> Select a destination


You are here

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

Travel
| | 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. & ...
| | roxygen2.r-lib.org
10.1 parsecs away

Travel
| | The basics of roxygen2 tags and how to use them for documenting functions.
| | magrittr.tidyverse.org
17.8 parsecs away

Travel
| | Pipe an object forward into a function or call expression.
| | groveronline.com
166.6 parsecs away

Travel
| I think Rust is extremely well-suited for low level Linux systems userspace programming -- daemons, services, command-line tools, that sort of thing. Low-level userspace code on Linux is almost universally written in C -- until one gets to a certain point where it's acceptable for Python to be used. Undoubtedly this springs from Linux's GNU...