View source: R/strToFilename.R
strToFilename | R Documentation |
Convert a string to a safe filename
strToFilename(str, ext = NULL)
str |
The string to convert. |
ext |
Optionally, an extension to append. |
The string, processed to remove potentially problematic characters.
strToFilename("this contains: illegal characters, spaces, et cetera.");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.