powered by
Checks if all files exist (or if exists = FALSE do not exist as files or directories).
check_files(x, exists = TRUE, x_name = NULL)
An informative error if the test fails or an invisible copy of x.
The object to check.
A flag specifying whether the files/directories must (or must not) exist.
A string of the name of object x or NULL.
Other check: check_data(), check_dim(), check_dirs(), check_key(), check_names(), check_values()
check_data()
check_dim()
check_dirs()
check_key()
check_names()
check_values()
check_files(tempfile("unlikely-that-exists-chk"), exists = FALSE) try(check_files(tempfile("unlikely-that-exists-chk")))
Run the code above in your browser using DataLab