getAttributesColumnHeaders: getAttributesColumnHeaders - Gets the attribute column header...

Description Usage Arguments Value Author(s) Examples

View source: R/getAttributesColumnHeaders.R

Description

getAttributesColumnHeaders - Gets the attribute column header for all or specified attributes in an entityType.

Usage

1
2
getAttributesColumnHeaders(coreApi, attributeList = NULL, entityType,
  ...)

Arguments

attributeList

list of attribute names (usually obtained through getEntityMetadata) to limit the column header names. Default = NULL.

entityType

entity type which has the desired attribute column headers assigned

...

additional arguments passed to apiGET

coreAPI

coreApi object with valid jsessionid

Value

List of length 2, containing entity and response objects:

Author(s)

Edgardo Gutierrez edgardo.gutierrez@thermofisher.com

Natasha Mora natasha.mora@thermofisher.com

Francisco Marin francisco.marin@thermofisher.com

Examples

1
2
3
4
5
6
7
## Not run: 
api <- coreAPI("PATH TO JSON FILE")
login <- authBasic(api)
experimentAssayType <- getAttributesColumnHeaders(login$coreApi, "CI_TEMPERATURE", "BEER")
logOut(login$coreApi)

## End(Not run)

AmundsenJunior/pfsrsdk documentation built on July 18, 2019, 8:10 p.m.