inst/fw_templ/ui_no_sidebar.R

# -------------------------------------------------
# --               FRAMEWORK ui.R                --
# -------------------------------------------------
# NOTEs:                                         --
# Program code goes in "program" directory files --
# -------------------------------------------------
# *****        DO NOT EDIT THIS FILE       ***** --
# -------------------------------------------------

library(shinydashboard)

periscope:::fw_reset_app_options()

source(paste("program", "ui_body.R", sep = .Platform$file.sep),
       local = TRUE)


dashboardPage(periscope:::fw_create_header(),
              periscope:::fw_create_sidebar(showsidebar = FALSE),
              periscope:::fw_create_body())

Try the periscope package in your browser

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

periscope documentation built on Nov. 7, 2023, 1:06 a.m.