Description Usage Arguments Details Value Examples
View source: R/WebApiConceptSet.R
Get a concept set's name from concept Id for a WebAPI
1 | getConceptSetInfo(baseUrl, conceptSetId)
|
baseUrl |
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI". |
conceptSetId |
The concept set id in Atlas. |
Get a concept set's name from concept Id for a WebAPI
A list object with native and parsed
1 2 3 4 5 6 | ## Not run:
# This will obtain name of the concept set
getConceptSetInfo(baseUrl = "http://server.org:80/WebAPI", conceptSetId = 100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.