.datashield.assign.expr | R Documentation |
Assign a Opal value to a R symbol in the current Datashield session. This operation is asynchronous and non blocking.
.datashield.assign.expr(opal, symbol, value, async = TRUE)
opal |
Opal object. |
symbol |
Name of the R symbol. |
value |
R expression with allowed assign functions calls. |
async |
Whether the call should be asynchronous. |
The R command ID if the async flag is TRUE and if the wait flag is FALSE and if Opal version is at least 2.1, NULL otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.