getMyServerDataDS: Get data from server

View source: R/getMyServerDataDS.R

getMyServerDataDSR Documentation

Get data from server

Description

Send the data matrix to the valid client

Usage

getMyServerDataDS(remoteKey, data)

Arguments

remoteKey

A string created by the server administrator

data

The name of the target matrix on the server

Details

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

Value

The requested matrix or error message

Author(s)

Han Cao


transbioZI/dsMTLBase documentation built on Jan. 20, 2025, 8:18 p.m.