View source: R/text_preprocessing.R
load_mesh_terms_from_pubmed | R Documentation |
This function enhances the MeSH dictionary by extracting additional terms from PubMed search results using MeSH queries.
load_mesh_terms_from_pubmed(
mesh_queries,
max_results = 50,
min_term_length = 3,
sanitize = TRUE
)
mesh_queries |
A named list of MeSH queries for different categories. |
max_results |
Maximum number of results to retrieve per query. |
min_term_length |
Minimum length of terms to include. |
sanitize |
Logical. If TRUE, sanitizes the extracted terms. |
A data frame containing the combined dictionary with extracted terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.