View source: R/text_preprocessing.R
load_from_umls | R Documentation |
This function retrieves terms from UMLS using the REST API.
load_from_umls(dictionary_type, api_key, n_terms = 200, semantic_types = NULL)
dictionary_type |
Type of dictionary to load (e.g., "disease", "drug", "gene"). |
api_key |
UMLS API key for authentication. |
n_terms |
Maximum number of terms to fetch. |
semantic_types |
Vector of semantic type identifiers to filter by. |
A data frame containing the UMLS terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.