opal.execute: Execute a R script

Description Usage Arguments

Description

Execute a R script on Opal(s).

Usage

1
opal.execute(opal, script, async = FALSE, session = TRUE)

Arguments

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).


datashield/opal documentation built on May 14, 2019, 7:53 p.m.