Use targets
Create an example Target Markdown report to get started with targets.
use_targets(path = "_targets.Rmd", open = interactive())
path |
Character of length 1, output path of the Target Markdown report relative to the current active project. |
open |
Logical, whether to open the file for editing in the RStudio IDE. |
NULL
(invisibly).
Other help:
tar_reprex()
,
targets-package
if (identical(Sys.getenv("TAR_INTERACTIVE_EXAMPLES"), "true")) { tar_dir({ # tar_dir() runs code from a temporary directory. use_targets(open = FALSE) }) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.