copy_pkg_files: Save the Source Code Files of a Packaged Drake Workflow

Description Usage Arguments Value Note

Description

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

Usage

1
2
copy_pkg_files(to = getwd(), overwrite_doc = TRUE,
  overwrite_extdata = TRUE)

Arguments

to

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

overwrite_doc

Logical, whether to overwrite the doc/ directory (default = TRUE)

overwrite_extdata

Logical, whether to overwrite the extdata/ directory (default = TRUE)

Value

NULL

Note

This function will copy the following directories (and their subdirectories and files) into the user's working directory (or the directory supplied to the to parameter):
.
├── doc/
└── extdata/


tiernanmartin/NeighborhoodChangeTypology documentation built on May 17, 2019, 1:02 p.m.