Learn R Programming

quanteda (version 0.7.2-1)

print.dfm: print a dfm object

Description

print methods for document-feature matrices

Usage

## S3 method for class 'dfmSparse':
print(x, show.values = FALSE, show.settings = FALSE,
  ...)

## S3 method for class 'dfmDense': print(x, show.values = FALSE, show.settings = FALSE, ...)

## S3 method for class 'dfmSparse': show(object)

## S3 method for class 'dfmDense': show(object)

## S3 method for class 'dfm': print(x, show.values = FALSE, show.settings = FALSE, ...)

Arguments

x
the dfm to be printed
show.values
print the dfm as a matrix or array (if resampled).
show.settings
Print the settings used to create the dfm. See settings.
...
further arguments passed to or from other methods
object
the item to be printed