View source: R/check_file_presence.R
check_file_presence | R Documentation |
Detect the presence of a file within folders
check_file_presence(x, path = getwd())
x |
String with the full or partial file name |
path |
Defaults to current directory, can be set to any directory |
TRUE if file is present, FALSE otherwise
x <- "file.csv" check_file_presence(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.