isDefined {dsBaseClient}R Documentation

Checks if the objects are defined in all studies

Description

This is an internal function.

Usage

isDefined(datasources = NULL, obj = NULL, error.message = TRUE)

Arguments

datasources

a list of DSConnection-class objects obtained after login. If the datasources argument is not specified, the default set of connections will be used: see datashield.connections_default.

obj

a character vector, the name of the object(s) to look for.

error.message

a Boolean which specifies if the function should stop and return an error message when the input object is not defined in one or more studies or to return a list of TRUE/FALSE indicating in which studies the object is defined

Details

In DataSHIELD an object included in analysis must be defined (i.e. exists) in all the studies. If not the process should halt.

Value

returns an error message if error.message argument is set to TRUE (default) and if the input object is not defined in one or more studies, or a Boolean value if error.message argument is set to FALSE.

Author(s)

Demetris Avraam for DataSHIELD Development Team


[Package dsBaseClient version 6.3.0 ]