path_append_and_check | R Documentation |
returns a (potentially cleaned) file path
path_append_and_check(path, file, strict = FALSE)
path |
a directory on this computer. eg; "C:/temp" on windows or "/home/user1" on unix |
file |
filename that should be appended to the path |
strict |
boolean indicating 'strict mode' for checking the filename, if TRUE; only allow alphanumeric, underscore and '-' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.