inst/shiny/ui.R

fluidPage(
  h1('mcvis shiny app'),
  hr(),

  mainPanel(
    h1("Summary statistics of your input data"),
    shiny::dataTableOutput('variableTables'),
    hr(),
    plotOutput('ggplotOutput', height = 400)
  ) ## End mainPanel
)

Try the mcvis package in your browser

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

mcvis documentation built on July 30, 2021, 9:09 a.m.