guild_run | R Documentation |
Launch a guild run
guild_run( opspec = "train.R", flags = NULL, ..., echo = TRUE, as_job = getOption("guildai.run_as_job", TRUE) )
opspec |
typically a path to an R script, but could be any string that guild recognizes as a valid operation. |
flags |
flag values for the run(s).
|
... |
Arguments passed on to
|
echo |
whether output from the run is shown in the current R
console. Note, this has no effect on whether expressions are echoed
in the guild run stdout log. To disable echoing of expression in
the run logs, specify |
as_job |
Run the operation as an RStudio background job. This is ignored outside of the RStudio IDE. |
NULL
, invisibly. This function is called for its
side effect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.