Description Usage Arguments Value Examples
View source: R/copy_drakeospsreports_files.R
Copy the files of a packaged drake
workflow into a supplied directory.
1 2 |
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 |
package |
Character scalar, the name of the source package |
'NULL'
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.