View source: R/mod_BigQuery_setup.R
safe_file.exists | R Documentation |
A "safe" wrapper around base::file.exists that returns a FALSE if no file path is supplied as an argument, instead of an error.
safe_file.exists(...)
... |
character vectors, containing file names or paths |
Logical, true/false if file path is provided or NULL if not supplied with any input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.