Convert cast data.frame into a matrix
as.matrix.cast_df(x, ...)
x
...
Converts a data frame produced by cast into a matrix with appropriate dimnames.
Hadley Wickham <h.wickham@gmail.com>