tidyeval_helpers.Rd
Pack repeated tidyeval behaviour. Expose to ease development (todo extending vignettes, todo everything here)
tidyeval_coo_modifyers(from_col, to_col) tidyeval_coo_and_ldk(from_col, ldk_col)
from_col | column name |
---|---|
to_col | column name |
ldk_col | column name |
closure, for delayer evaluation
tidyeval_coo_modifyers: used in coo_*
modifyers.
Default to coo
for both from_col
and to_col
.
If from_col
is passed but not to_col
, the latter also uses from_col
.
This is where the modifying behaviour is reflected.
tidyeval_coo_modifyers
: coo_ helpers
tidyeval_coo_and_ldk
: ldk helpers
#tidyeval_coo_modifyers() #tidyeval_coo_modifyers(plip) #tidyeval_coo_modifyers(to_col=plop) #tidyeval_coo_modifyers(plip, plop)