Skip to content

Retrieve files from DVS storage into the working directory

Fetches the specified files from DVS storage and writes them to their original paths in the working directory.

dvs_get(paths = character(0), glob = NULL, dry_run = NULL)
ArgumentDescription
pathsCharacter vector of file paths to retrieve from DVS storage.
globOptional glob pattern to select files (e.g. "data/*.csv"). Globs use a literal path separator: *.csv only matches files in the target directory and will not match subdir/file.csv. Use **/*.csv to match recursively across subdirectories.
dry_runIf TRUE, report what would be retrieved without writing files.