Description Usage Arguments Details Value Examples
View source: R/WebApiConceptSet.R
Get various details for a list of concept set ids in a WebApi
1 | getConceptSets(baseUrl, conceptSetIds, vocabSourceKey = NULL)
|
baseUrl |
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI". |
conceptSetIds |
The concept set id in Atlas. |
vocabSourceKey |
(optional) TO DO By defaul the priority vocabulary for the WebApi is used |
Get various details for a list of concept set ids in a WebApi
A list object with native and parsed
1 2 3 4 5 6 | ## Not run:
# Get various details for a list of concept set ids in a WebApi
getConceptSets(baseUrl = "http://server.org:80/WebAPI", conceptSetIds = c(100,101)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.