dropStop: dropStop is a utility for removing certain words from text...

Description Usage Arguments Value Examples

View source: R/dropStop.R

Description

dropStop is a utility for removing certain words from text data

Usage

1
dropStop(x, drop, lower = TRUE, splitby = " ")

Arguments

x

character vector of strings to be cleaned

drop

character vector of words to scrub

lower

logical, if TRUE, x converted with tolower

splitby

character, used with strsplit to tokenize x

Value

a list with one element per input string, split by " ", with elements in drop removed

Examples

1
2
3

ontoProc documentation built on Nov. 8, 2020, 4:49 p.m.