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
)A data frame containing the combined dictionary with extracted terms.
A named list of MeSH queries for different categories.
Maximum number of results to retrieve per query.
Minimum length of terms to include.
Logical. If TRUE, sanitizes the extracted terms.