Learn R Programming

tinytable (version 0.15.0)

subset.tinytable: Subsetting a tinytable object

Description

Return subsets tinytable which meet conditions.

Usage

# S3 method for 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 [ indexing operator.

...

further arguments to be passed to or from other methods.