Description Usage Arguments Value Examples
View source: R/copy_ospsreports_files.R
Copy the files of a packaged drake
workflow into a supplied directory.
1 2 | copy_ospsreports_files(to = getwd(), directories = NULL,
overwrite_dirs = FALSE, package)
|
to |
Character scalar, file path, where to write the folders containing the workflow's files. |
directories |
Character vector, names of the directories to copy from the source package to the target location |
overwrite_dirs |
Logical vector (named), A vector of logical values with names that exactly match the |
package |
Character scalar, the name of the source package |
'NULL'
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.