dstr.get.data.from.server: read iteratively the data from the server

Description Usage Arguments

View source: R/ds.read.R

Description

read iteratively the data from the server

Usage

1
2
3
4
5
6
dstr.get.data.from.server(
  data.encrypted = NULL,
  no.rows = 1000,
  client.side.variable = NULL,
  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.

client.side.variable

a character variable representing the name of an R object

datasources

a list of connections to dataSHIELD servers


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