Description Usage Arguments Value Examples
Set options in remote R sessions
1 | dssSetOption(option_list, async = TRUE, wait = TRUE, datasources = NULL)
|
option_list |
a list describing the options to be set |
async |
a logical, see datashield.aggregate |
wait |
a logical, see datashield.aggregate |
datasources |
a list of opal objects obtained after logging into the opal servers (see datashield.login) |
TRUE if succesful
1 | dssSetOption(list(stringsAsFactors = TRUE, digits = 2), datasources = my_datasources)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.