sanitize_path | R Documentation |
Ensures that a filename is valid for the file system.
sanitize_path(path, suffix = "", sub.char = "_")
path |
The path to the file to be sanitized, without file extension. |
suffix |
The suffix (e.g. ".png") of a file. |
sub_char |
The character used to replacing disallowed chars. |
The sanitized filename
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.