Remove files from environments
envRemoveFrom.Rd
Remove a file or directory from multiple environments.
Usage
envRemoveFrom(targetPath, envName = envList(), quiet = FALSE)
Arguments
- targetPath
A `character(1)` string specifying the relative path within each environment where the file should be removed.
- envName
A `character()` vector specifying the environment(s) name(s) where the file should be removed. Default is all environments.
- quiet
A `logical()` indicating whether messages should be suppressed. Default is `FALSE`.