Description Usage Arguments Value Author(s) Examples
View source: R/getEntityAttributeMetadata.R
getEntityAttributeMetadata
- Gets attribute metadata for a particular entity type.
1 2 | getEntityAttributeMetadata(coreApi, entityType, fullMetadata = FALSE,
...)
|
entityType |
entity type which has the attribute metadata |
fullMetadata |
get full metadata, default is FALSE |
... |
additional arguments passed to |
coreAPI |
coreApi object with valid jsessionid |
List of length 2, containing entity
and response
objects:
entity
is the HTTP response content of attribute metadata for the specified entity.
response
is the entire HTTP response.
Natasha Mora natasha.mora@thermofisher.com
Francisco Marin francisco.marin@thermofisher.com
Edgardo Gutierrez edgardo.gutierrez@thermofisher.com
1 2 3 4 5 6 7 | ## Not run:
api <- coreAPI("PATH TO JSON FILE")
login <- authBasic(api)
experimentAssayType <- getEntityAttributeMetadata(login$coreApi, "BEER_SAMPLE", FALSE)
logOut(login$coreApi)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.