delMeta | R Documentation |
Remove a metadata from being included in the shiny app.
delMeta(scConf, meta.to.del)
scConf |
shinycell config data.table |
meta.to.del |
metadata to delete. Users can either use the original
metadata column names or display names. For more information regarding
display name, see |
updated shinycell config data.table
John F. Ouyang
scConf = delMeta(scConf, c("orig.ident"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.