dstr.check.param: check arguments are correct

Description Usage Arguments Value Note

View source: R/ds.read.R

Description

throw some errors or return a logical value

Usage

1
2
3
4
5
6
7
8
dstr.check.param(
  data.server = NULL,
  data.encrypted = NULL,
  data.held.in.server = "D",
  no.rows = 1000,
  client.side.variable = NULL,
  datasources = NULL
)

Arguments

data.server

a list of encrypted data obtained from some dataSHIELD server

data.encrypted

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

data.held.in.server

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

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

Value

TRUE - all correct data type. FALSE - if checks have passed, but a class type is not correct.

Note

throws errors CLIENT:SHARE:ERR:100 to CLIENT:SHARE:ERR:103


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