MakeNames | R Documentation |
Create a unique vector of names based on strings.
MakeNames(strings)
strings |
Vector of strings. Required. |
(Named) vector of unique, valid names.
strings <- c(adjustment1 = "Adjustment 1", adjustment2 = "Fake adjustment")
MakeNames(strings)
strings <- c("Adjustment 1", "Fake adjustment")
MakeNames(strings)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.