View source: R/text_preprocessing.R
load_from_mesh | R Documentation |
This function uses the rentrez package to retrieve terms from MeSH database.
load_from_mesh(dictionary_type, n_terms = 200, query = NULL)
dictionary_type |
Type of dictionary to load (e.g., "disease", "drug", "gene"). |
n_terms |
Maximum number of terms to fetch. |
query |
Additional query to filter MeSH terms. |
A data frame containing the MeSH terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.