makeFreqTbl: make a frequency table of words from vector, list, or...

Description Usage Arguments

View source: R/makeFreqTbl.R

Description

takes an r-object of vector, list, or dataframe, and parses this into a frequency table of words

Usage

1
makeFreqTbl(input, deDupe = FALSE, rmStopWords = FALSE)

Arguments

input

R object of vector, list, or dataframe

deDupe

boolean deduplicate

rmStopWords

boolean remove stopwords


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