setMyServerDataDS: Receive Set data matrix on server

View source: R/setMyServerDataDS.R

setMyServerDataDSR Documentation

Receive Set data matrix on server

Description

Receive the data matrix from the valid client

Usage

setMyServerDataDS(remoteKey, data)

Arguments

remoteKey

A key(string) created by the server administrator

data

The name of the target matrix on the server

Details

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

Value

The requested matrix or error message

Author(s)

Han Cao


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