inst/extdata/file/module-items.R

items_tab_module_ui <- function(id) {
  ns <- NS(id)
  tagList()
}

items_tab_module_server <- function(input, output, session, items_list, is_fired) {

  rv_items_list <- reactive({
    if (is_fired) {

    }
  })

  callModule(module_modal_dialog, NULL)

}

Try the supreme package in your browser

Any scripts or data that you put into this service are public.

supreme documentation built on July 8, 2020, 7:18 p.m.