copy_drakeospsreports_files: Save the Source Code Files of the 'ospsreports' Workflow

Description Usage Arguments Value Examples

View source: R/copy_drakeospsreports_files.R

Description

Copy the files of a packaged drake workflow into a supplied directory.

Usage

1
2
copy_drakeospsreports_files(to = getwd(), overwrite_dirs = c(extdata =
  TRUE, intdata = TRUE, documents = TRUE), package = "ospsreports")

Arguments

to

Character scalar, file path, where to write the folders containing the workflow's files.

overwrite_dirs

Logical vector (named), A vector of logical values with names that exactly match the directories values

package

Character scalar, the name of the source package

Value

'NULL'

Examples

1
2
3
4
5
6
7
8
## Not run: 

copy_pkg_files(
               overwrite_dirs = c("extdata" = TRUE,"intdata" = TRUE,"documents"=TRUE),
               package = "drakepkg")


## End(Not run)

JGWojtyniak/ospsreports documentation built on Nov. 14, 2019, 12:11 p.m.