as.data.frame.cast_df {reshape} | R Documentation |
Convert cast data.frame into a matrix
## S3 method for class 'cast_df' as.data.frame(x, ...)
x |
|
... |
Strips off cast related attributes so data frame becomes a normal data frame
Hadley Wickham <h.wickham@gmail.com>