subset_dataset | R Documentation |
Subset dataset list object to the rows and/or columns specified
subset_dataset(ds, rows_to_keep = NULL, cols_to_keep = NULL)
ds |
A dataset object (a list with any of vals, rowAnn, colAnn) |
rows_to_keep |
Numeric, logical or character vectors of rows to keep in subset. Note: character for named rows only |
cols_to_keep |
Numeric, logical or character vectors of columns to keep in subset. Note: character for named columns only |
A dataset subsetted to specified rows/columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.