View source: R/CUIfromString.R
CUIfromString | R Documentation |
This function help to retrieve a UMLS Concept Unique Identifier (CUI) associate with a search term (string).
CUIfromString(String, ENG = TRUE)
String |
The search term. |
ENG |
The default is TRUE. We recommend put it to FALSE when the search term is not in English. |
A UMLS Concept Unique Identifier (CUI). #' @examples ## Not run: cui <- CUIfromString(String = "bone fracture")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.