experimenttableOutput: The output function of the experimenttable module

View source: R/experimenttable.R

experimenttableOutputR Documentation

The output function of the experimenttable module

Description

This module produces a simple table of the colData() in an ExploratorySummarizedExperiment object. If more than one of these objects were specified, a select box should appear to pick the desired one for display.

Usage

experimenttableOutput(id)

Arguments

id

Module namespace

Details

Leverages the simpletable module

Value

output An HTML tag object that can be rendered as HTML using as.character()

Examples

experimenttableOutput("experiment")

# Almost certainly used via application creation

data(zhangneurons)
app <- prepareApp("experimenttable", zhangneurons)
shiny::shinyApp(ui = app$ui, server = app$server)


pinin4fjords/shinyngs documentation built on Feb. 28, 2024, 10:19 a.m.