How severe should the consequences of the assertion be?
Either "stop", "warning", "message", or "none".
.xname
Not intended to be used directly.
Value
is_existing_file wraps file.exists, showing
the names of the inputs in the answer. assert_*_are_existing_files
return nothing but throws an error if is_existing_file returns
FALSE.
assert_all_are_existing_files(dir())
# These examples should fail.assertive.base::dont_stop(
assert_all_are_existing_files("not an existing file (probably)")
)