Skip to content

Add files to DVS-managed storage

Hashes and copies the specified files into DVS storage.

dvs_add(paths = character(0), message = NULL, glob = NULL, dry_run = NULL)
ArgumentDescription
pathsCharacter vector of file paths to add to DVS storage.
messageOptional commit message describing why the files were added.
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 added without modifying anything.