combine_dvc_args: Combine all arguments for DVC command

Description Usage Arguments Value

View source: R/project_utilities.R

Description

Combine all arguments for DVC command

Usage

1
combine_dvc_args(stage_name, .deps = NULL, .outs = NULL)

Arguments

stage_name

name of the stage without any white spaces. Example: 'train_model'

.deps

character vector with paths to dependencies. Optional.

.outs

character vector with paths of outputs. Optional.

Value

a character.


jcpsantiago/dvthis documentation built on Dec. 20, 2021, 10:03 p.m.