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

8 lines
128 B
R

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