ji.ds.colnames: Retrieves column names of a matrix-like object

Description Usage Arguments Value Author(s) Examples

Description

this function is similar to R function colnames

Usage

1
  ji.ds.colnames(datasources = NULL, x = 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.

x

a matrix-like object

Value

a string containing column names of the given object

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: Get the column names of the assigned datasets
ji.ds.colnames(datasources=opals, x=quote(D))

# Example 2: Vectors are wrong input to the colnames function
ji.ds.colnames(datasources=opals, x=quote(D$LAB_TSC))
}

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