View source: R/tar_make_interactive.R
tar_make_interactive | R Documentation |
Not a user-side function. Do not invoke directly. Only exported to on a technicality.
tar_make_interactive(code)
code |
Character vector of lines of a |
NULL
(invisibly).
if (identical(Sys.getenv("TAR_INTERACTIVE_EXAMPLES"), "true")) {
tar_make_interactive("library(targets); tar_target(x, 123)")
message(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.