dssTable: Execute the R table() function remotely. Counts under the...

View source: R/dssTable.R

dssTableR Documentation

Execute the R table() function remotely. Counts under the privacy level threshold will be returned as 0.

Description

Execute the R table() function remotely. Counts under the privacy level threshold will be returned as 0.

Usage

dssTable(colname, type = "combine", async = TRUE, datasources = NULL)

Arguments

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)

Value

a table of counts


sib-swiss/dsSwissKnifeClient documentation built on July 16, 2025, 6:25 p.m.