Description Usage Arguments Value Examples
Auxiliary function that converts an expression of variable names into a vector of strings.
1 | restring(vector, substitute = TRUE, command = "c")
|
vector |
An expression of a list of variable names. |
substitute |
Boolean option of whether or not we wish to use
the |
command |
character, the name of the function defining the vector or list, e.g. "c", "list", "l". This let's the function determine how many characters in front to remove. |
A vector of variable names (strings).
1 2 3 4 | a <- 4
b <- 5
ivmte:::restring(c(a, b), substitute = TRUE)
ivmte:::restring(c(a, b), substitute = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.