getConcepts: Get concepts

View source: R/Concept.R

getConceptsR Documentation

Get concepts

Description

Get concepts

Usage

getConcepts(
  conceptIds,
  baseUrl,
  vocabularySourceKey = NULL,
  snakeCaseToCamelCase = TRUE
)

Arguments

conceptIds

A vector of concept IDs.

baseUrl

The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".

vocabularySourceKey

The source key of the Vocabulary. By default, the priority Vocabulary is used.

snakeCaseToCamelCase

Should the column names of the result be converted to camelCase?

Value

A tibble containing information on the concepts.

Examples

## Not run: 
conceptSet <- getConceptSet(conceptSetId = 282, baseUrl = "http://server.org:80/WebAPI")
conceptIds <- resolveConceptSet(conceptSet = conceptSet, baseUrl = "http://server.org:80/WebAPI")
concepts <- getConcepts(conceptIds = conceptIds, baseUrl = "http://server.org:80/WebAPI")

## End(Not run)


OHDSI/ROhdsiWebApi documentation built on March 15, 2023, 1:23 p.m.