dssHmisc: Call selected functions from the package Hmisc

Description Usage Arguments

View source: R/dssHmisc.R

Description

At the moment only the function 'rcorrcens' is implemented. Due to implementation specifics the 'data' argument for this function is mandatory (and is specified as a character, the name of a data frame) and the 'formula' argument must be set as a character (enclosed in quotes)

Usage

1
2
3
4
5
6
7
8
dssHmisc(
  func,
  ...,
  newobj = NULL,
  async = TRUE,
  wait = TRUE,
  datasources = NULL
)

Arguments

func

a character, the name of the function to call

...

further arguments to be passed to the function (see the documentation of the Hmisc package).

newobj

a character name of the new object to be created on the nodes if this is an assign function, ignored otherwise.

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.