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

7 lines
131 B
R

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