tidyr_tidy_select {tidyr}R Documentation

Argument type: tidy-select

Description

This page the describes the <tidy-select> argument modifier which indicates the argument uses tidy selection (a special type of tidy evaluation). Tidy selection provides a concise DSL for selecting variables based on their names.

General usage

If you have a data frame with variables apple, banana, cantaloupe, date, eggplant, fig, grape you can:

Indirection

There are two main cases:

Learn more in vignette("programming.Rmd").


[Package tidyr version 1.1.1 Index]