REDCapCAST/inst/shiny-examples/casting/ui.R

8 lines
163 B
R
Raw Normal View History

library(REDCapCAST)
ui <-
bslib::page(
theme = bslib::bs_theme(preset = "united"),
title = "REDCap database creator",
REDCapCAST::nav_bar_page()
)