search_terms | R Documentation |
Filter texts fields on certain search terms
search_terms(df, text_field, search_terms = NULL)
df |
Data frame |
text_field |
Which textfield should be searched? |
search_terms |
The search terms. Multiple terms are possible by adding them as a vector with c(). This is not case sensitive. |
## Not run:
wq_document <- get_work(
date_range_from = "2022-01-20",
date_range_to = "2022-01-31",
type = "document",
fact = "written_questions",
use_parallel = TRUE
)
search_terms(wq_document, text_field = "text", search_terms = "PFOS")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.