tests/testthat/sample_app_left_sidebar/ui.R

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

library(bs4Dash)

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

source(paste("program", "ui_left_sidebar.R", sep = .Platform$file.sep), local = TRUE)
source(paste("program", "ui_footer.R", sep = .Platform$file.sep), local = TRUE)
periscope2:::create_application_dashboard()

Try the periscope2 package in your browser

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

periscope2 documentation built on April 15, 2025, 1:24 a.m.