Description Usage Arguments Value Examples
Check that file(s) exist, error if not
1 |
files |
list or vector of paths to check |
nothing or error message for each missing file
1 2 3 4 5 6 | cmd_error_if_missing(tempdir())
## Not run:
# Throws error if file doesn't exist
cmd_error_if_missing(file.path(tempdir(), "notreal"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.