duplicate_remover | R Documentation |
Removes duplicate control variables from user input.
duplicate_remover(controls, x)
controls |
A vector of strings containing control variable names. |
x |
A string containing the independent variable name. |
A vector of strings containing control variable names
duplicate_remover(controls = c("control1", "control2*control3"),
x = "independentVariable");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.