is_valid_name | R Documentation |
Checks character vector to see if elements follow the rules of heRomod2 variable names, which must start with a letter and include only letters, numbers, and underscores.
is_valid_name(x)
x |
character vector of names to check |
logical vector indicating whether the elements of 'x' are valid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.