"[.cast_df" {reshape} | R Documentation |
Subset a cast data frame. This will result in a normal dataframe, because it is
"[.cast_df"(x, i=1:nrow(x), j=1:ncol(x), ..., drop = FALSE)
x |
cast_df object to subset |
i |
row indices |
j |
column indices |
... |
other arguments |
drop |
discard extra dimensions? |
Hadley Wickham <h.wickham@gmail.com>