"[.cast_df" {reshape}R Documentation

Subset a cast data frame

Description

Subset a cast data frame. This will result in a normal dataframe, because it is

Usage

"[.cast_df"(x, i=1:nrow(x), j=1:ncol(x), ..., drop = FALSE)

Arguments

x cast_df object to subset
i row indices
j column indices
... other arguments
drop discard extra dimensions?

Details

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package reshape version 0.6.1 Index]