as.data.frame.cast_matrix {reshape} | R Documentation |
as.data.frame.cast\_matrix
Description
Convert cast matrix into a data frame
Usage
## S3 method for class 'cast_matrix'
as.data.frame(x, row.names, optional, ...)
Arguments
x |
|
row.names |
|
optional |
|
... |
Details
Converts a matrix produced by cast into a data frame with appropriate id columns.
Author(s)
Hadley Wickham <h.wickham@gmail.com>
[Package reshape version 0.8.9 Index]