get_term_vars | R Documentation |
This function identifies variations of a primary term within a corpus of articles.
get_term_vars(articles, primary_term, text_col = "abstract")
articles |
A data frame containing article data with text columns |
primary_term |
The primary term to find variations of |
text_col |
Name of the column containing the text to search |
A character vector of unique term variations, sorted by length
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.