restring: Auxiliary function that converts an expression of variable names
into a vector of strings.
Description
Auxiliary function that converts an expression of variable names
into a vector of strings.
Usage
restring(vector, substitute = TRUE)
Arguments
vector
An expression of a list of variable names.
substitute
Boolean option of whether or not we wish to use
the substitute command when implementing this
function. Note that this substitutes the argument of the
function. If substitute = FALSE, then the function will
instead treat the arguments as variables, and substitute in
their values.