getConceptSets: Get various details for a list of concept set ids in a WebApi

Description Usage Arguments Details Value Examples

View source: R/WebApiConceptSet.R

Description

Get various details for a list of concept set ids in a WebApi

Usage

1
getConceptSets(baseUrl, conceptSetIds, vocabSourceKey = NULL)

Arguments

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

Details

Get various details for a list of concept set ids in a WebApi

Value

A list object with native and parsed

Examples

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)

gowthamrao/StudyManagement documentation built on March 9, 2020, 10:48 p.m.