assaydatatableOutput: The output function of the assaydatatable module

View source: R/assaydatatable.R

assaydatatableOutputR Documentation

The output function of the assaydatatable module

Description

This module displays the content of the currently selected experiment and assay, also allowing grouping by mean etc.

Usage

assaydatatableOutput(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

assaydatatableOutput("experiment")

# Almost certainly used via application creation

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


pinin4fjords/shinyngs documentation built on Jan. 18, 2025, 7:09 p.m.