Description Usage Arguments Value
Get a valid filepath
1 2 3 4 5 6 | validate_filename(
filename = nice_filename(),
dir = NULL,
replace = FALSE,
filepath = paste(c(dir, filename), collapse = "/")
)
|
filename |
The name of the file to check |
dir |
The directory |
replace |
If |
filepath |
Optionally supply the full filepath instead of |
A character string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.