Description Usage Arguments Value Author(s) Examples
View source: R/getAttributesColumnHeaders.R
getAttributesColumnHeaders
- Gets the attribute column header for all or specified attributes in an entityType.
1 2 | getAttributesColumnHeaders(coreApi, attributeList = NULL, entityType,
...)
|
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 |
coreAPI |
coreApi object with valid jsessionid |
List of length 2, containing entity
and response
objects:
entity
is a character element with associated column header names.
response
is the entire HTTP response.
Edgardo Gutierrez edgardo.gutierrez@thermofisher.com
Natasha Mora natasha.mora@thermofisher.com
Francisco Marin francisco.marin@thermofisher.com
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.