inst/shiny/modules/rep_markdown.R

rep_markdown_module_ui <- function(id) {
  ns <- shiny::NS(id)
  tagList(
    # UI
    strong("Select download file type"),
    selectInput('rmdFileType', label = "",
                choices = list("Rmd", "PDF", "HTML", "Word")),
    downloadButton('dlRMD', 'Download Session Code')
  )
}

rep_markdown_module_server <- function(input, output, session, common) {}

Try the wallace package in your browser

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

wallace documentation built on Sept. 26, 2023, 1:06 a.m.