add.RdDocumentation: <https://man.dvc.org/add>
add(path, repo = here::here(), git_commit = TRUE, git_message = "Add raw data")
| path | Input files/directories to add. |
|---|---|
| repo | Path to root of repository (project root by default) |
| git_commit | Include git commits? (default: TRUE) |
| git_message | Git commit message. |