ji.ds.is.character: a test of an object being of type 'character'

Description Usage Arguments Value Author(s) Examples

Description

this function is similar to R function is.character

Usage

1
  ji.ds.is.character(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 of type "character")

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 of type "character"
ji.ds.is.character(datasources=opals, xvect=quote(D$LAB_TSC))

}

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