| fileaccess | R Documentation |
Provides utility functions to validate read, write, execute, network, directory, and file access for local and UNC network paths. Useful for pre-flight checks before file operations in data pipelines.
read.access - Check if a path is readable
write.access - Check if a path is writable
execute.access - Check if a file/command is executable
network.access - Check if a UNC network path is accessible
directory.access - Check directory existence and permissions
file.access - Check file existence, permissions and metadata
Maintainer: Vaishali JS vaishali123.js@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.