Description Usage Arguments Value Note
Copy the files of a packaged drake
workflow into a
supplied directory.
1 2 | copy_pkg_files(to = getwd(), overwrite_doc = TRUE,
overwrite_extdata = TRUE)
|
to |
Character scalar, file path, where to write the folders containing the workflow's files. |
overwrite_doc |
Logical, whether to overwrite the |
overwrite_extdata |
Logical, whether to overwrite the |
NULL
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/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.