Learn R Programming

tm (version 0.3-1)

removeWords-methods: Methods for Function removeWords in Package `tm'

Description

Methods for function removeWords in package tm.

Arguments

Examples

Run this code
data("crude")
crude[[1]]
removeWords(crude[[1]], stopwords("english"))

Run the code above in your browser using DataLab