tar_make_interactive {targets} | R Documentation |
Interactive mode pipeline
Description
Not a user-side function. Do not invoke directly. Only exported to on a technicality.
Usage
tar_make_interactive(code)
Arguments
code |
Character vector of lines of a |
Value
NULL
(invisibly).
Examples
if (identical(Sys.getenv("TAR_INTERACTIVE_EXAMPLES"), "true")) {
tar_make_interactive("library(targets); tar_target(x, 123)")
message(x)
}
[Package targets version 1.11.3 Index]