/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

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

Travel
| | [AI summary] A technical tutorial demonstrating how to handle multipart file uploads and read CSV files within a production developer API built with R and the plumber package.
| | magrittr.tidyverse.org
2.9 parsecs away

Travel
| | Pipe an object forward into a function or call expression.
| | dplyr.tidyverse.org
0.8 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. & ...
| | www.tidyverse.org
30.0 parsecs away

Travel
| A new version of the magrittr package brings laziness, better performance, and leaner backtraces for debugging errors.