getServerFunctions {psichomics}R Documentation

Matches server functions from a given loader

Description

Matches server functions from a given loader

Usage

getServerFunctions(loader, ..., priority = NULL)

Arguments

loader

Character: loader to run the functions

...

Extra arguments to pass to server functions

priority

Character: name of functions to prioritise by the given order; for instance, c("data", "analyses") would load "data", then "analyses" then remaining functions

Value

Invisible TRUE


[Package psichomics version 1.8.2 Index]