validate_directory {textAnnotatoR} | R Documentation |
Validate directory access
Description
Checks if a directory exists and is accessible for reading and writing. This function performs comprehensive checks to ensure the directory can be used for file operations.
Usage
validate_directory(dir_path)
Arguments
dir_path |
Character string containing the directory path to validate |
Value
Logical indicating whether the directory is valid and accessible
[Package textAnnotatoR version 0.1.4 Index]