dssDim | R Documentation |
Execute base::dim on the remote nodes
dssDim(x = NULL, async = TRUE, datasources = NULL)
x |
a character name of the data frame or matrix |
async |
a logical, see datashield.aggregate |
datasources |
a list of opal objects obtained after logging into the opal servers (see datashield.login) |
a list with one element for each node (and one $global element if type='combine'). Each element contains the dimensions of the object on the respective node.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.