Package: fileaccess 0.1.1

Vaishali JS
fileaccess: File and Directory Access Validation
Provides utility functions to validate read, write, execute, network, directory, and file access for local and Universal Naming Convention (UNC) network paths. Useful for pre-flight checks before file operations in data pipelines.
Authors:
fileaccess_0.1.1.tar.gz
fileaccess_0.1.1.tar.gz(r-4.7-any)fileaccess_0.1.1.tar.gz(r-4.6-any)
fileaccess_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
fileaccess/json (API)
| # Install 'fileaccess' in R: |
| install.packages('fileaccess', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:992d6d578f. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 106 | ||
| source / vignettes | OK | 173 | ||
| linux-release-x86_64 | OK | 150 | ||
| wasm-release | OK | 87 |
Exports:directory.accessexecute.accessfile.accessnetwork.accessread.accesswrite.access
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Check Whether Path is a Directory | directory.access |
| Check Whether File is Executable | execute.access |
| Check Whether Path is a File | file.access |
| fileaccess: File and Directory Access Validation | fileaccess-package fileaccess |
| Check Whether Path is a Network Path | network.access |
| Check Whether File or Directory is Readable | read.access |
| Check Whether File or Directory is Writable | write.access |