getDataDS: Retrieves the encrypted data from a server to the analysis...

Description Usage Arguments Details Value See Also

View source: R/getDataDS.R

Description

This server function retrieves some encrypted data to be passed onto the analysis computer

Usage

1
getDataDS(master_mode = TRUE)

Arguments

master_mode

Boolean argument. It indicates the mode of a server is a master or a receiver. By default, set to TRUE.

Details

Some encrypted data are transformed into a suitable format to be transferred from a DataSHIELD server to a DataSHIELD client. The property.a indicates the size of the data at encoding time. Property b is the number of columns and property c a timestamp. property d a random number.

Value

a list made of a header, a payload, and four properties[a-d]

See Also

assignDataDS


patRyserWelch8/dsServerParameter documentation built on Oct. 1, 2020, 6:04 p.m.