| concept_descriptions | R Documentation |
This function is a wrapper of api_descriptions that
fetches description of one or several concept identifiers.
concept_descriptions(
conceptIds,
encoding = "UTF-8",
silent = FALSE,
limit = snomedizer_options_get("limit"),
...
)
conceptIds |
a character vector of concept identifiers |
encoding |
HTTP charset parameter to use. Default is |
silent |
whether to hide progress bar. Default is |
limit |
a positive integer for the maximum number of results to return.
See |
... |
other optional arguments listed in |
a named list of data frames sorted by conceptIds
Duplicate conceptIds will be removed.
In order to use SNOMED CT, a licence is required which depends both on the country you are based in, and the purpose of your work. See details on snomedizer.
Other wrapper:
concept_ancestors(),
concept_find(),
release_version()
pneumonia_descriptions <- concept_descriptions(conceptIds = "233604007") str(pneumonia_descriptions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.