View source: R/hierarchyfromSource.R
hierarchyfromSource | R Documentation |
This function provides you a way to retrieve a hierarchical information about a known source-asserted identifier.
hierarchyfromSource(vocabulary, Id, type = "descendants")
vocabulary |
Any root source abbreviation in the UMLS. See the “Abbreviation” column for a list of UMLS source vocabulary abbreviations. |
Id |
Source-asserted identifier. |
type |
The type of hierarchy e.g. "parents", "children", "ancestors" or "descendants". By default, it is "descendants". |
A data frame #' @examples ## Not run: hierarchy <- hierarchyfromSource(vocabulary = "ICD10", Id = "J45", type = "children")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.