vecToDTM: Function vecToDTM

vecToDTMR Documentation

Function vecToDTM

Description

Document-Term matrix based on character vector.

Usage

vecToDTM(corpus = "hello,  \nworld", stopwords = NULL,
  lowerCase = T, min = 0, minDocs = 0, sort = F, plot = F,
  remove_punct = T, ...)

Arguments

corpus

Character vector containing one document per element.

Details

Document-Term matrix based on character vector.

Examples

vecToDTM("hello world")

AndreasFischer1985/quantqual documentation built on June 20, 2022, 4:55 p.m.