Extract a subset of rows and columns from an intData object.
Arguments
- x
An intData object.
- i
Row indices or names to subset. Defaults to all rows.
- j
Column indices or names to subset. Defaults to all columns.
- ...
Additional arguments (not used).
- drop
Logical, passed to the underlying
[. Defaults toTRUE.
Value
An intData object containing the specified subset of rows and columns.