| subset.tinytable {tinytable} | R Documentation |
Subsetting a tinytable object
Description
Return subsets tinytable which meet conditions.
Usage
## S3 method for class 'tinytable'
subset(x, subset, select, drop = FALSE, ...)
Arguments
x |
object to be subsetted. |
subset |
logical expression indicating elements or rows to keep: missing values are taken as false. |
select |
expression, indicating columns to select from a data frame. |
drop |
passed on to |
... |
further arguments to be passed to or from other methods. |
[Package tinytable version 0.16.0 Index]