knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(text2cat)

Example

example data:

my_text <- c("hello world.", "goodbye, cruel world ahrg")

extract words:

extract_words(my_text)

count words:

word_frequency(my_text)


yannsay/text2cat documentation built on June 4, 2019, 12:06 a.m.