returnQuanteda | R Documentation |
return quanteda object
returnQuanteda(
ret,
quantedaArgs,
numWords,
ngram,
filterWords,
additionalRemove,
tfidf,
collapse
)
ret |
biotext object |
quantedaArgs |
args to passed to tokens function |
numWords |
number of words |
ngram |
tokens_ngrams |
filterWords |
filtered words |
additionalRemove |
user-specified filter words |
tfidf |
use dfm_tfidf or not |
collapse |
collapse sentences |
simple function to generate dfm and export to wc* functions. It did not utilize full functionality of quanteda, and will add better support.
biotext object after filtering using quanteda
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.