sort_dataset | R Documentation |
Sort dataset list object to specified rows and/or columns order
sort_dataset(ds, row_order = NULL, col_order = NULL)
ds |
A dataset object (a list with vals (required), rowAnn, colAnn) |
row_order |
Numeric, logical or character vectors of row order. Note: character for named rows only |
col_order |
Numeric, logical or character vectors of column order. Note: character for named columns only |
A dataset sorted to specified rows/columns order
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.