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)

Arguments

from_col

column name

to_col

column name

ldk_col

column name

Value

closure, for delayer evaluation

Details

  • 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.

Functions

  • tidyeval_coo_modifyers: coo_ helpers

  • tidyeval_coo_and_ldk: ldk helpers

Examples

#tidyeval_coo_modifyers() #tidyeval_coo_modifyers(plip) #tidyeval_coo_modifyers(to_col=plop) #tidyeval_coo_modifyers(plip, plop)