vec2words: parse a character vector to words with specialized handling...

Description Usage Arguments

View source: R/parse2words.R

Description

parse a vector to words carefully to ensure that scientific terms which may include hyphens or plus-signs are not altered

Usage

1
vec2words(vec, deDupe = FALSE, rmStopWords = FALSE)

Arguments

vec

character vector

deDupe

boolean, default TRUE, dedupe vector prior to parsing

rmStopWords

boolean, default TRUE, remove stopwords


RGLab/corpusFreq documentation built on May 1, 2021, 4:58 p.m.