library(TextAnalysisR)
mydata <- SpecialEduTech[seq_len(20), c("title", "abstract")]
united <- unite_cols(mydata, listed_vars = c("title", "abstract"))
toks <- prep_texts(united, text_field = "united_texts")
dfm <- quanteda::dfm(toks)
plot_word_frequency(dfm, n = 10)
TextAnalysisR meets WCAG 2.1 Level AA standards.
Keyboard Navigation
| Key | Action |
|---|---|
| Tab / Shift+Tab | Move between elements |
| Enter / Space | Activate buttons |
| Esc | Close dialogs |
