simpletableOutput: The output function of the simpletable module

View source: R/simpletable.R

simpletableOutputR Documentation

The output function of the simpletable module

Description

This provides actual datatable element for display by applications

Usage

simpletableOutput(id, tabletitle = NULL)

Arguments

id

Module namespace

tabletitle

(optional) Title to display with the table

Value

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

Examples

simpletableOutput("simpletable", "my title")


pinin4fjords/shinyngs documentation built on May 5, 2024, 7:17 a.m.