Usage
# S3 method for class 'dfm'
as.data.frame(
x,
row.names = NULL,
...,
document = docnames(x),
docid_field = "doc_id",
check.names = FALSE
)Arguments
- x
any R object.
- row.names
NULLor a character vector giving the row names for the data frame. Missing values are not allowed.- ...
unused
- document
optional first column of mode
characterin the data.frame, defaultsdocnames(x). Set toNULLto exclude.- docid_field
character; the name of the column containing document names used when
to = "data.frame". Unused for other conversions.- check.names
logical; passed to the
data.frame()call.