/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

josiahparry.com
| | tidyselect.r-lib.org
4.1 parsecs away

Travel
| | These selection helpers match variables according to a given pattern. starts_with(): Starts with an exact prefix. ends_with(): Ends with an exact suffix. contains(): Contains a literal string. matches(): Matches a regular expression. num_range(): Matches a numerical range like x01, x02, x03.
| | echarts4r.john-coene.com
5.4 parsecs away

Travel
| | [AI summary] A technical article guide demonstrates how to use a function in R to plot points, lines, and areas on geospatial style charts for data visualization.
| | dplyr.tidyverse.org
4.2 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. & ...
| | adv-r.had.co.nz
31.8 parsecs away

Travel
|