| subset.tinytable | R Documentation |
tinytable objectReturn subsets tinytable which meet conditions.
## S3 method for class 'tinytable'
subset(x, subset, select, drop = FALSE, ...)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.