Create the shiny
components required to use faketables
Arguments
- outputId
An ID string used to identify the module UI
- inputId
An ID string used to identify the module UI
- faketable
A
faketable()
object
Value
faketablesUI
: Ashiny::shinyApp()
uifaketablesServer
: Ashiny::reactive()
object that represents the passedfaketable()
object