reorderMeta | R Documentation |
Reorder the order in which metadata appear in the dropdown menu in the shiny app.
reorderMeta(scConf, new.meta.order)
scConf |
shinycell config data.table |
new.meta.order |
character vector containing new order. All metadata
names must be included, which can be found at |
updated shinycell config data.table
John F. Ouyang
scConf = reorderMeta(scConf, scConf$ID[c(1,3,2,4:length(scConf$ID))])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.