Create a simple standalone script from a remake file.
1 2 | make_script(target_names = NULL, verbose = FALSE, filename = NULL,
remake_file = "remake.yml")
|
target_names |
Character vector of names of targets to build,
or |
verbose |
Be verbose when loading the remake file? |
filename |
A filename to save the resulting script into. If
|
remake_file |
Name of the remakefile (by default
|
... |
Additional future arguments, ignored for now. Practically this means that all other arguments must be specified by full name. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.