Upload a R file script and execute it in the remote R session with source().
See also
Other execution functions:
opal.execute(),
opal.load_package(),
opal.unload_package()
Examples
if (FALSE) { # \dontrun{
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.execute.source(o, "myscript.R")
opal.logout(o)
} # }