dssDim: Dimension of an object

Description Usage Arguments Value

View source: R/dssDim.R

Description

Execute base::dim on the remote nodes

Usage

1
dssDim(x = NULL, async = TRUE, wait = TRUE, datasources = NULL)

Arguments

x

a character name of the data frame or matrix

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)

Value

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.


IulianD/dsSwissKnifeClient documentation built on June 23, 2020, 4:38 p.m.