dssSetOption: Set options in remote R sessions

View source: R/dssSetOption.R

dssSetOptionR Documentation

Set options in remote R sessions

Description

Set options in remote R sessions

Usage

dssSetOption(option_list, async = TRUE, datasources = NULL)

Arguments

option_list

a list describing the options to be set

async

a logical, see datashield.aggregate

datasources

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

Value

TRUE if succesful

Examples

dssSetOption(list(stringsAsFactors = TRUE, digits = 2), datasources = my_datasources)

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