The v*
functions in the doBy
package allow
for flexible and consistent handling of variable input. These tools
support unquoted names, character vectors, and formulas.
The main functions are:
vparse()
– extract variable names from flexible
inputv()
– shorthand for vparse()
vselect()
– select columns from a data frame using
flexible inputvcheck()
– verify that variables exist in a data
framevmap()
– apply a function to each parsed variable
namevrename()
– rename variables in a data framevmap()
vmap(~Treatment + Type, toupper)