Description Usage Arguments Value Examples
Is the Name Ok According to Our Best Practices?
1 | name_is_ok(x, mildness = 1)
|
x |
vector of character |
mildness |
level of mildness. 1: not mild, all characters must be hyphen or alphanumeric or dot or underscore, 2: more mild, all characters must be one of the above or space |
vector of logical as long as x
1 2 | name_is_ok(c("a", "$", ".", " "))
name_is_ok(c("a", "$", ".", " "), mildness = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.