View source: R/cleanFileNames.R
| cleanFileNames | R Documentation |
Drop spaces and odd characters. Use to ensure generated file names are usable.
cleanFileNames(x, allow.slash = FALSE)
x |
a string to clean |
allow.slash |
Allow slashes? Probably set to TRUE if x can be a directory. |
A character vector
cleanFileNames("e w% # ff!l3:t,3?.csv")
cleanFileNames("3!?:#;<>=, {}|=g+&-
.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.