ji.ds.is.null: tests whether an object is NULL

Description Usage Arguments Value Author(s) Examples

Description

this function is similar to R function is.null

Usage

1
  ji.ds.is.null(datasources = NULL, xvect = NULL)

Arguments

datasources

a list of opal object(s) obtained after login in to opal servers; these objects hold also the data assign to R, as dataframe, from opal datasources.

xvect

a vector to be tested

Value

a logic value (TRUE if xvect is null and FALSE otherwise)

Author(s)

Gaye, A. (amadou.gaye

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{

# load that contains the login details
data(logindata)

# login
opals <- datashield.login(logins=logindata,assign=TRUE)

# Example 1: Test whether LAB_TSC variable is NULL
ji.ds.is.null(datasources=opals, xvect=quote(D$LAB_TSC))

}

datashield/ji.dev.cl documentation built on May 14, 2019, 7:52 p.m.