tar_archive_script | R Documentation |
Path to the archived target script file
tar_archive_script(
package,
pipeline,
envir = parent.frame(),
script = targets::tar_config_get("script")
)
package |
A scalar character of the package name. |
pipeline |
A scalar character of the pipeline name. |
envir |
An environment, where to run the target R script
(default: The |
script |
Character of length 1, path to the
target script file. Defaults to |
A scalar character of the path to the archived target script file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.