Skip to contents

Track Files with DVC

Usage

dvc_add(path, message = NULL, recursive = FALSE, git_add = TRUE)

Arguments

path

Character vector of file paths to track

message

Optional commit message for DVC

recursive

Logical. Whether to recursively add directories. Default is FALSE.

git_add

Logical. Whether to automatically add the .dvc files to git. Default is TRUE.

Value

Invisibly returns the tracked paths