inst/shinyrdd/ui_elements/page_power.R

fluidRow(
  # Sidebar ()
  column(width = 5,
    input_powerUI('input_power')
  ),
  
  # Main Panel
  column(width = 7,
    tabsetPanel(
      tabPanel("Monte Carlo Simulation", icon = icon('random'), 
        simulate_powerUI('simulate_power')
      )
      ,
      tabPanel("R Code", icon = icon('code'),
        power_codeUI('power_code')
        )
    )
  )
)

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.