tinytable
objectReturn subsets tinytable
which meet conditions.
# S3 method for tinytable
subset(x, subset, select, drop = FALSE, ...)
object to be subsetted.
logical expression indicating elements or rows to keep: missing values are taken as false.
expression, indicating columns to select from a data frame.
passed on to [
indexing operator.
further arguments to be passed to or from other methods.