dstr.next: transfers encrypted data from the servers for computations

Description Usage Arguments Value Note

View source: R/ds.read.R

Description

transfers encrypted data from the servers for computations

Usage

1
dstr.next(data.encrypted = "", no.rows = 10, datasources = NULL)

Arguments

data.encrypted

a character variable representing the name of the R object of encrypted data

no.rows

a numerical variable representing to be transferred at each iteration.

datasources

a list of connections to dataSHIELD servers

Value

TRUE if all the data have been transferred without any issues.

Note

Server errors thrown SERVER::ERR::SHARING::001, SERVER:ERR:002, SERVER:ERR:004, SERVER:ERR:021 It is assumed the parameter is correct and have been checked with dstr.check.param. It is also assumed the data have been checked for encryption first with the function dsce.check.data.encrypted


patRyserWelch8/dsShareClient documentation built on Dec. 22, 2021, 6:40 a.m.