subset.tinytable: Subsetting a 'tinytable' object

View source: R/subset.R

subset.tinytableR 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 [ indexing operator.

...

further arguments to be passed to or from other methods.


tinytable documentation built on Nov. 5, 2025, 5:42 p.m.