View source: R/subst_parenth.R
subst_parenth | R Documentation |
Substitute "(xxx)" by *_xxx" in case the user give names with parenthesis while they are transformed by R in _
subst_parenth(var_names)
var_names |
Vector of strings to transform |
Vector of transformed strings
var_names <- c("var1", "var2(n)")
CroPlotR:::subst_parenth(var_names)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.