View source: R/make_DTMs_parallel.R
make_DTMs_parallel | R Documentation |
make_DTMs
function logic but with parallel processing!Function does not implicitly clean the text variable like make_DTMs
make_DTMs_parallel(
df,
text_var,
min_freq = 10,
hashtags = FALSE,
mentions = FALSE
)
df |
A data frame or tibble where each row is a separate post. |
text_var |
The variable containing the text which you want to explore. |
min_freq |
The minimum number of times a term must be observed to be considered. |
A nested tibble in which each row contains a document-term matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.