obtain encrypted data from some dataSHIELD servers
1 2 3 4 5 6 7 8 | dstr.transfer(
data.from.server = NULL,
data.encrypted = NULL,
data.held.in.server = "D",
no.rows = 1000,
client.side.variable = NULL,
datasources = NULL
)
|
data.from.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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.