tar_edit {targets} | R Documentation |
Open the target script file for editing.
Description
Open the target script file for editing.
Requires the usethis
package.
Usage
tar_edit(script = targets::tar_config_get("script"))
Arguments
script |
Character of length 1, path to the
target script file. Defaults to |
Details
The target script file is an R code file
that defines the pipeline. The default path is _targets.R
,
but the default for the current project
can be configured with tar_config_set()
See Also
Other scripts:
tar_github_actions()
,
tar_helper()
,
tar_helper_raw()
,
tar_renv()
,
tar_script()
[Package targets version 1.7.1 Index]