View source: R/illegal-characters.R
clean_worksheet_name | R Documentation |
Cleans a worksheet name by removing legal characters.
clean_worksheet_name(x, replacement = " ")
x |
A vector, coerced to |
replacement |
A single value to replace illegal characters by. |
Illegal characters are considered \
, /
, ?
, *
, :
, [
, and
]
. These must be intentionally removed from worksheet names prior to
creating a new worksheet.
x with bad characters removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.