Print statistical results for documents, words and segments from TextData objects, in alphabetical and frequency order.
UTF-8
## S3 method for class 'TextData'print(x, file =NULL, sep=";",...)
Arguments
x: object of TextData class
file: connection, or character string giving the name of the file to print to (in csv format). If NULL (by default value), the results are not printed in a file
sep: character inserted between the objects to print (if file argument is non-NULL) (by default ";")
...: further arguments passed to or from other methods