Description Usage Arguments Details Author(s) Examples
View source: R/getEntityMetadata.R
getEntityMetadata
Get entity metadata by entityType. Returns a list with three data frames
named attributes, associations, and template. Template can be used as the body for createEntity functions.
1 | getEntityMetadata(coreApi, entityType, ...)
|
coreApi |
coreApi object with valid jsessionid |
entityType |
entity type to get metadata for |
... |
additional arguments passed to
|
getEntityMetadata
Get entity metadata.
Craig Parman info@ngsanalytics.com
Scott Russell scott.russell@thermofisher.com
1 2 3 4 5 6 7 | ## Not run:
api <- coreAPI("PATH TO JSON FILE")
login <- authBasic(api)
item <- getEntityMetadata(login$coreApi, "entityType")
logOut(login$coreApi)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.