sanitize | R Documentation |
Wraps make.names
but allows control over dot replacement.
sanitize(x, allow_dot = TRUE)
x |
A character vector. |
allow_dot |
Logical, if |
A sanitized character vector.
sanitize("a.b c")
sanitize("a.b c", allow_dot = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.