View source: R/directory_management.R
validate_directory | R Documentation |
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.
validate_directory(dir_path)
dir_path |
Character string containing the directory path to validate |
Logical indicating whether the directory is valid and accessible
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.