crossAssignFunc: Cross assign a preprocessing function

View source: R/server_func.R

crossAssignFuncR Documentation

Cross assign a preprocessing function

Description

Call preprocessing function on remote servers.

Usage

crossAssignFunc(conns, func, symbol)

Arguments

conns

A list of Opal connections.

func

Encoded definition of a function for preparation of raw data matrices. Two arguments are required: conns (list of Opal connections), symbol (name of the R symbol) (see datashield.assign).

symbol

Encoded vector of names of R symbols to assign in the DataSHIELD R session on each server in logins. The assigned R variables will be used as the input raw data to compute covariance matrix. Other assigned R variables in func are ignored.


vanduttran/dsSSCP documentation built on Jan. 17, 2025, 1:47 a.m.