validNames | R Documentation |
Create a set of valid names (trimmed, no duplicates, not starting with a number).
validNames(x, prefix='layer')
x |
character |
prefix |
character string used if x is empty |
character
make.names
validNames(c('a', 'a', '', '1', NA, 'b', 'a'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.