IdfromString | R Documentation |
This function help to retrieve a source-asserted identifiers (codes) associate with a search term (string) in UMLS specific source vocabulary.
IdfromString(String, vocabulary, ENG = TRUE)
String |
The search term. |
vocabulary |
It takes any root source abbreviation in the UMLS. See the “Abbreviation” column for a list of UMLS source vocabulary abbreviations. Currently searching for one source vocabulary at the time. |
ENG |
The default is TRUE. We recommend put it to FALSE when the search term is not in English. |
A source-asserted identifier (codes). #' @examples ## Not run: Id <- IdfromString(String = "bone fracture", vocabulary = "MSH")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.