inst/shinyrdd/ui_elements/page_report.R

sidebarLayout(
  
  # Sidebar ()
  sidebarPanel(width = 4,
    helpText("I receive inputs for formating a report."),
    shinyjs::disabled(
      checkboxInput('OK','OK')
    )
  ),
  # Main Panel
  mainPanel(width = 8,
    helpText("I show a rendered report in markdown.")
  )
)

Try the rddapp package in your browser

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

rddapp documentation built on April 6, 2023, 1:15 a.m.