dssSetOption | R Documentation |
Set options in remote R sessions
dssSetOption(option_list, async = TRUE, datasources = NULL)
option_list |
a list describing the options to be set |
async |
a logical, see datashield.aggregate |
datasources |
a list of opal objects obtained after logging into the opal servers (see datashield.login) |
TRUE if succesful
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.