powered by
Check Whether an Object Contains a Valid File System Path
is_path(x)
The object.
TRUE on success, FALSE otherwise.
TRUE
FALSE
Other file utilities: file_copy(), file_modified_last(), file_save(), find_files(), get_mtime(), get_unique_string(), is_files_current(), paths, search_files(), split_code_file(), touch()
file_copy()
file_modified_last()
file_save()
find_files()
get_mtime()
get_unique_string()
is_files_current()
paths
search_files()
split_code_file()
touch()
# NOT RUN { is_path(tempdir()) path <- tempfile() is_path(path) touch(path) is_path(path) # }
Run the code above in your browser using DataLab