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