Execute a R script on Opal(s).
1 | opal.execute(opal, script, async = FALSE, session = TRUE)
|
opal |
Opal object or list of opal objects. |
script |
R script to execute. |
async |
R script is executed asynchronously within the session (default is FALSE). If TRUE, the value returned is the ID of the command to look for (from Opal 2.1). |
session |
Execute in current R session (default is TRUE). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.