View source: R/check_filename.R
check_filename | R Documentation |
Calls stop
if the filename is invalid
check_filename(filename, allow_empty_str = FALSE, allow_na = FALSE)
filename |
a filename, as can be checked by check_filename |
allow_empty_str |
allow a string to be empty |
allow_na |
allow NA |
The filename (invisibly)
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
check_filename("trace.log")
check_filename("my.trees")
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.