Add files to DVS-managed storage
Description
Section titled “Description”Hashes and copies the specified files into DVS storage.
dvs_add(paths = character(0), message = NULL, glob = NULL, dry_run = NULL)Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
paths | Character vector of file paths to add to DVS storage. |
message | Optional commit message describing why the files were added. |
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 added without modifying anything. |