View source: R/assaydatatable.R
assaydatatableOutput | R Documentation |
This module displays the content of the currently selected experiment and assay, also allowing grouping by mean etc.
assaydatatableOutput(id)
id |
Module namespace |
Leverages the simpletable
module
output An HTML tag object that can be rendered as HTML using as.character()
assaydatatableOutput("experiment")
# Almost certainly used via application creation
data(zhangneurons)
app <- prepareApp("assaydatatable", zhangneurons)
shiny::shinyApp(ui = app$ui, server = app$server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.