Last chance! 50% off unlimited learning
Sale ends in
Execute a R script in the remote R session.
opal.execute(opal, script, async = FALSE)
Opal object or list of opal objects.
R script to execute.
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).
Other execution functions:
opal.execute.source()
,
opal.load_package()
,
opal.unload_package()
if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.execute(o, "x <- 'foo'")
opal.execute(o, "ls()")
opal.logout(o)
}
Run the code above in your browser using DataLab