check_dirs | R Documentation |
Checks if all directories exist (or if exists = FALSE do not exist as directories or files).
check_dirs(x, exists = TRUE, x_name = NULL)
x |
The object to check. |
exists |
A flag specifying whether the files/directories must (or must not) exist. |
x_name |
A string of the name of object x or NULL. |
An informative error if the test fails or an invisible copy of x.
Other check:
check_data()
,
check_dim()
,
check_files()
,
check_key()
,
check_names()
,
check_values()
check_dirs(tempdir())
try(check_dirs(tempdir(), exists = FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.