visualizeDataTable: Display data.table (shiny module)

Description Usage Arguments Value

View source: R/visualizeDataTable.R

Description

Display tabular data. Both data.table and data.frame can be used as arguments.

Usage

1
2
3
visualizeDataTableUI(id, ...)

visualizeDataTable(input, output, session, data)

Arguments

id

An id string that corresponds with the id used to call the module's UI function.

...

Additional parameters passed to link[DT]{dataTableOutput}

input

shiny server input object

output

shiny server output object

session

shiny server session object

data

Data table which should be displayed.

Value

None. Invoked for the side-effect of generating UI for plot

None. Invoked for the side-effect of rendering bar plot.


PredictiveEcology/SpaDES.shiny documentation built on Nov. 11, 2019, 7:12 p.m.