An optional, Boolean, named argument. Performs an Eval Insert() on the R code before submitting to R.
x = [1 2 3];
y = [4 5 6];
rc = R Execute( {x, y}, {z}, "z <- x * y" );
qbx = R Get( qbx );
df = R Get( df );
Required. Specifies the graphics format to be used. The valid formats are "png", "bmp", "jpeg", "jpg", "tiff", and "tif".
The named arguments for the Row States() argument are as follows:
X = [1 2 3];
rc = R Send( X );
Open a data table, assign a reference to it (dt), and send the data table, along with its current row states, to R:
An optional, Boolean, named argument. Performs an Eval Insert() on the R code before submitting to R.
An optional, Boolean, named argument. If set to true (1), the submit can be canceled either by pressing the ESCAPE key, or by using this message to an R connection: rconn<<Control( Interrupt( 1 ) ). False (0) is the default value.