rtabulator-shiny {rtabulator} | R Documentation |
Shiny bindings for rtabulator
Description
Output and render functions for using rtabulator within Shiny applications and interactive Rmd documents.
Usage
tabulatorOutput(outputId, width = "100%", height = "400px")
renderTabulator(expr, env = parent.frame(), quoted = FALSE)
Arguments
outputId |
output variable to read from |
width , height |
Must be a valid CSS unit (like |
expr |
An expression that generates a rtabulator |
env |
The environment in which to evaluate |
quoted |
Is |
Value
Components for use inside a Shiny app.
[Package rtabulator version 0.1.2 Index]