Description Usage Arguments Value See Also Examples
Create a set of valid names (trimmed, no duplicates, not starting with a number).
1 | validNames(x, prefix='layer')
|
x |
character |
prefix |
character string used if x is empty |
character
1 | validNames(c('a', 'a', '', '1', NA, 'b', 'a'))
|
Loading required package: sp
[1] "a.1" "a.2" "layer.1" "X1" "layer.2" "b" "a.3"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.