Returns the FrameSet as matrix.
# S3 method for FieldSet
as.matrix(x, ..., enforceRowNames = TRUE, niceColumnNamesEnabled = TRUE)Returns a matrix.
A FieldSet object.
Ensures that all arguments (starting from the "...") are to be named and that a warning will be displayed if unknown arguments are passed.
If TRUE, row names will be created
depending on the object type, default is TRUE.
Logical. If TRUE, nice looking column
names will be used; syntactic names (variable names) otherwise
(see make.names).
Coerces the frame set to a matrix.