use_dvc: Initialize a DVC project.

Description Usage Arguments

View source: R/use_dvc.R

Description

Initialize DVC in the current directory. Expects directory to be a Git repository unless –no-scm option is specified. Documentation: <https://man.dvc.org/init>

Usage

1
use_dvc(repo = here::here(), git_commit = TRUE, git_message = "Initialize DVC")

Arguments

repo

Path to root of repository (project root by default)

git_commit

Include git commits? (default: TRUE)

git_message

Git commit message.


andrewcstewart/dvc-r documentation built on March 4, 2021, 2:55 a.m.