check_file_exists.Rd
Check if file exists
check_file_exists(filename, raise_error = FALSE, errmesg = NULL)
Name of file.
logical; if TRUE
, stops the execution if file does not exist. The default
value is FALSE
, in which case the function returns FALSE without stopping the execution.
character string of optional error message