ji.ds.is.factor: a test of an object being of type "factor"

Description Usage Arguments Value Author(s) Examples

Description

this function is similar to R function is.factor

Usage

1
  ji.ds.is.factor(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 numeric)

Author(s)

Gaye, A. (amadou.gaye

Examples

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

# load that contains the login details
data(logindata)

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

# Example 1: Test whether LAB_TSC variable is of type "factor"
ji.ds.is.factor(datasources=opals, xvect=quote(D$LAB_TSC))

# Example 2: Test whether PM_BMI_CATEGORICAL variable is of type "factor"
ji.ds.is.factor(datasources=opals, xvect=quote(D$PM_BMI_CATEGORICAL))
}

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