Retrieve files from DVS storage into the working directory
Description
Section titled “Description”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)Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
paths | Character vector of file paths to retrieve from DVS storage. |
glob | Optional 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_run | If TRUE, report what would be retrieved without writing files. |