tidyeval {tidyhydat} | R Documentation |
Tidy eval helpers
Description
These functions provide tidy eval-compatible ways to capture
symbols (sym()
, syms()
, ensym()
), expressions (expr()
,
exprs()
, enexpr()
), and quosures (quo()
, quos()
, enquo()
).
[Package tidyhydat version 0.7.0 Index]