Counts total prevalence of a set of items in each of a set of texts.
textcounter(
counted,
texts,
words = FALSE,
fixed = TRUE,
start = FALSE,
num_mc_cores = 1
)numeric vector as long as texts indicating total frequencies of counted items.
character vector of items to search for in the texts.
character vector of to-be-searched text.
logical. Default FALSE. Does counted contain words, or sequences of chracters?
logical. Default TRUE. Use literal characters instead of regular expressions?
logical. Default FALSE. Does counted only look at the start of a sentence?
integer Number of cores for parallelization. Default is 1.