Description Usage Arguments Value Note
throw some errors or return a logical value
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
)
|
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 |
TRUE - all correct data type. FALSE - if checks have passed, but a class type is not correct.
throws errors CLIENT:SHARE:ERR:100 to CLIENT:SHARE:ERR:103
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.