dssVIM: Call selected functions from the package VIM

View source: R/dssVIM.R

dssVIMR Documentation

Call selected functions from the package VIM

Description

At the moment only the functions 'aggr' (which returns a result that can be visualised) and 'kNN' (which doesn't) are implemented

Usage

dssVIM(func, newobj = NULL, async = TRUE, datasources = NULL, ...)

Arguments

func

a character, the name of the function to call

newobj

a character name of the new object to be created on the nodes if this is an assign function(i.e 'kNN'), ignored otherwise. If an assign function is called without this, the original object will be modified in place.

async

a logical, see datashield.aggregate

datasources

a list of opal objects obtained after logging into the opal servers (see datashield.login)

...

further arguments to be passed to the function (see the documentation of the VIM package). The first argument (typically a dataframe) should be provided as a character.


sib-swiss/dsSwissKnifeClient documentation built on July 16, 2025, 6:25 p.m.