Indicate the top terms from which we want to extract papers. For instance, if we want the papers for the top 10 terms, we set top_terms = 10.
get_top_term_papers(papers, tdm_matrix, top_terms, terms = NULL,
verbose = FALSE)a dataframe with papers
a Term Document Matrix
top 10, or top 20, etc.
a term or vector of terms to get papers from
set to TRUE to show progress