View source: R/setMyServerDataDS.R
setMyServerDataDS | R Documentation |
Receive the data matrix from the valid client
setMyServerDataDS(remoteKey, data)
remoteKey |
A key(string) created by the server administrator |
data |
The name of the target matrix on the server |
The "Datakey" mechanism allowed the valid client upload 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 normaly using DataSHIELD. The remote ropy 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.