exportGuide: Shiny modules providing the Export Guide

exportGuideR Documentation

Shiny modules providing the Export Guide

Description

Shiny modules providing the Export Guide

Usage

exportGuideUI(id)

exportGuideServer(id, registryName)

exportGuideApp()

Arguments

id

Character string module ID

registryName

Character string registry name key

Value

Functions ui and server representing the (module) app

Examples

ui <- shiny::fluidPage(
  exportGuideUI("exportGuide")
)

server <- function(input, output, session) {
  exportGuideServer("exportGuide", "test")
}

if (interactive()) {
  shiny::shinyApp(ui, server)
}

Rapporteket/rapbase documentation built on Nov. 22, 2023, 9:21 p.m.