dssTable | R Documentation |
Execute the R table() function remotely. Counts under the privacy level threshold will be returned as 0.
dssTable(colname, type = "combine", async = TRUE, datasources = NULL)
colname |
a character, the name of the column |
type |
a character, should the results from different nodes be combined in one vector? Possibble values "split" or "combine" |
async |
a logical, see datashield.aggregate |
datasources |
a list of opal objects obtained after logging into the opal servers (see datashield.login) |
a table of counts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.