dssDim: Dimension of an object

View source: R/dssDim.R

dssDimR Documentation

Dimension of an object

Description

Execute base::dim on the remote nodes

Usage

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

Arguments

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)

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.


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