View source: R/getMyServerDataDS.R
getMyServerDataDS | R Documentation |
Send the data matrix to the valid client
getMyServerDataDS(remoteKey, data)
remoteKey |
A string created by the server administrator |
data |
The name of the target matrix on the server |
The "Datakey" mechanism allowed the valid client retrieve the data matrix directly into the memory of the server. The validity was granted by the server administrator. To achieve this, the administrator generated a key and put the local copy in the dataset serverDataKey.myKey(project: serverDataKey; table: myKey) where the dataset was created normally using DataSHIELD. The remote copy of the key was hand over to the trustworthy analyst. This was determined by the server administrator
The requested matrix or error message
Han Cao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.