use_dvc.RdInitialize DVC in the current directory. Expects directory to be a Git repository unless --no-scm option is specified. Documentation: <https://man.dvc.org/init>
use_dvc(repo = here::here(), git_commit = TRUE, git_message = "Initialize DVC")
| repo | Path to root of repository (project root by default) |
|---|---|
| git_commit | Include git commits? (default: TRUE) |
| git_message | Git commit message. |