tar_archive | R Documentation |
Function factory for archived targets
tar_archive(
f,
package,
pipeline,
envir = parent.frame(),
script = targets::tar_config_get("script"),
store = targets::tar_config_get("store")
)
f |
A function of targets package. |
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 |
store |
Character of length 1, path to the
|
A function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.