arlc_file_exists_readable {arlclustering} | R Documentation |
Check if a File Exists and is Readable
Description
This function checks if a file exists and is readable.
Usage
arlc_file_exists_readable(filepath)
Arguments
filepath |
The path to the file. |
Value
TRUE if the file exists and is readable, FALSE otherwise.
Examples
arlc_file_exists_readable("example.txt")
[Package arlclustering version 1.0.5 Index]