sub-Readabel-method: Extract a subset of rows and columns

Description Usage Arguments

Description

Extract a subset of rows and columns

Usage

1
2
## S4 method for signature 'Readabel'
x[i, j, drop = TRUE]

Arguments

x

An object of class Readabel

i

Row name or row index (logical or numeric)

j

Column name or column index (logical or numeric)

drop

If TRUE (default) the result will be coerced to the lowest possible dimension. Otherwise the result will be a data frame.


cbaumbach/Readabel documentation built on May 13, 2019, 1:47 p.m.