stage: stage files in project staging area ready for import

Description Usage Arguments

View source: R/make_project.R

Description

stage files in project staging area ready for import

Usage

1
2
3
4
5
6
7
stage(
  files,
  destination,
  additional_sub_dirs = c(),
  overwrite = FALSE,
  silent = FALSE
)

Arguments

files

character vector. path of files to stage

destination

default empty. Optional destination directory by default will be equivalent location in staging/

additional_sub_dirs

character vector. additional subdirectories not in standard tidyproject structure

overwrite

logical (default = FALSE).

silent

logical (default = FALSE)


tsahota/TidyProject documentation built on April 19, 2021, 9:14 p.m.