Description Usage Arguments Value
View source: R/indicate_terms_shiny.R
Indicate terms in data frame for Shiny. If term is not present in an abstract, the abstract is automatically discarded.
1 | indicate_term_shiny(df, term = NULL, threshold = 1, case = FALSE)
|
df |
Data frame. |
term |
Character vector. Terms to screen abstracts for. |
threshold |
Integer. Specifies how often the term(s) must be contained to be recognized. |
case |
Boolean. Specifies if terms should be case sensitive or not. |
Data frame subset for terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.