data-raw/talk_stop_words.R

talk_stop_words =  c("sort", "arrange", "order",
                      "group", "filter",
                      "qplot",
                      "mutate", "subset", "select",
                      "count", "transmute",
                      "summarize", "summarise",
                      "missing", "infinite", "finite",
                      "covariate", "variable",
                      "nan", "not a number")

usethis::use_data(talk_stop_words, compress = "xz",
                  overwrite = TRUE)
muschellij2/talkr documentation built on Jan. 20, 2020, 7:49 p.m.