inst/shiny/base-features/ui.R

# Define UI for application
library(shiny)
library(dqshiny)
library(rhandsontable)

shinyUI(
  fluidPage(
    column(2L, offset = 1L, dq_space(250), h4(paste(
      "First two columns of data are hidden but are still available in the",
      "reactiveVal so they can be used in the summary below:"
    ))),
    dq_handsontable_output("cars", width = 8L),
    dq_box(
      title = "Summary", width = 10L, offset = 1L, fill = FALSE,
      collapsed = TRUE, uiOutput("table")
    )
  )
)

Try the dqshiny package in your browser

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

dqshiny documentation built on May 2, 2019, 1:43 p.m.