tar_archive_script {tarchives} | R Documentation |
Path to the archived target script file
Description
Path to the archived target script file
Usage
tar_archive_script(
package,
pipeline,
envir = parent.frame(),
script = targets::tar_config_get("script")
)
Arguments
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 |
Value
A scalar character of the path to the archived target script file.