StopWords {Onassis} | R Documentation |
Method StopWords
Method StopWords<-
Method to get and set the StopWords parameter
StopWords<-
StopWords(x) StopWords(x) <- value ## S4 method for signature 'CMoptions' StopWords(x) ## S4 replacement method for signature 'CMoptions' StopWords(x) <- value
x |
instance of class |
value |
|
The StopWords corresponding to the current options when used as get, the new CMoptions object with updated parameters when used to set.
opts <- CMoptions() StopWords(opts) opts <- CMoptions() StopWords(opts) <- 'NONE'