dssT: Transpose a matrix on the remote nodes.

Description Usage Arguments

View source: R/dssT.R

Description

See base::t()

Usage

1
2
3
4
5
6
7
dssT(
  symbol,
  newobj = paste0(symbol, "_tr"),
  async = TRUE,
  wait = TRUE,
  datasources = NULL
)

Arguments

symbol

a character, name of the object to transpose

newobj

a character, name of the new, transposed object

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)


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