Description Usage Arguments Value Author(s)
In a vector like c("1_A","1_B", "2_A", "2_B"), given variable names c("x","y"), returns a vector c("x=1&y=A","x=1&y=B", "x=2&y=A", "x=2&y=B")
1 | underscore_to_varmod(vec, vars)
|
vec |
a vector of strings |
vars |
a vector of variable names |
a vector of strings
Samuel Thiriot <samuel.thiriot@res-ear.ch>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.