simpletableInput: The UI input function of the simpletable module

View source: R/simpletable.R

simpletableInputR Documentation

The UI input function of the simpletable module

Description

This module produces a simple datatable output with a download button.

Usage

simpletableInput(id, tabletitle = "", description = NULL)

Arguments

id

Submodule namespace

tabletitle

Table title. Will be used on download button.

description

A string to display in the side bar to explain the table.

Value

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

Examples

simpletableInput("mytable", "this is a table")


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