as.data.frame.cast_matrix | R Documentation |
Convert cast matrix into a data frame
## S3 method for class 'cast_matrix' as.data.frame(x, row.names, optional, ...)
x |
|
row.names |
|
optional |
|
... |
Converts a matrix produced by cast into a data frame with appropriate id columns.
Hadley Wickham <h.wickham@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.