R/app_ui.R

Defines functions app_ui

app_ui <- function() {
  tagList(
    golem_add_external_resources()
  )
  dashboardPage(
    header(),
    sidebar(),
    body(),
    footer = footer(),
    scrollToTop = TRUE,
    title = "Data Compare"
  )
}

Try the dataCompare package in your browser

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

dataCompare documentation built on Nov. 2, 2024, 9:06 a.m.