ds.DANGERdfEXTRACT {dsDangerClient}R Documentation

DANGER function returning data.frame (df) from processing servers to clientside - *** DEPRECATED BY ds.DANGERdmtEXTRACT ***

Description

Copies a df from data servers to clientside.

Usage

ds.DANGERdfEXTRACT(
  dataframeName = NULL,
  extract.study.specific = TRUE,
  extract.all.studies.combined = TRUE,
  datasources = NULL
)

Arguments

dataframeName

character string that specifies the name of the df to be copied from the serverside to the clientside

extract.study.specific

logical defaulted to TRUE which means that the df from each processing source will be combined and returned as a single object. If FALSE this will not be returned. If the <extract.study.specific> and the <extract.all.studies.combined> arguments are both TRUE separate and combined dmts will be returned.

extract.all.studies.combined

logical defaulted to TRUE which means that the dfs from each processing source will be returned as a separate object. If FALSE these will not be returned

datasources

specifies the particular 'connection object(s)' to use.

Details

*** DEPRECATED BY ds.DANGERdmtEXTRACT ***

Value

the serverside df specified by name dfName as a data.frame/matrix/tibble on the clientside.

Author(s)

DataSHIELD Development Team


[Package dsDangerClient version 6.2.0 ]