as.data.frame.cast_df {reshape} | R Documentation |
as.data.frame.cast\_df
Description
Convert cast data.frame into a matrix
Usage
## S3 method for class 'cast_df'
as.data.frame(x, ...)
Arguments
x |
|
... |
Details
Strips off cast related attributes so data frame becomes a normal data frame
Author(s)
Hadley Wickham <h.wickham@gmail.com>
[Package reshape version 0.8.9 Index]