mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-09-12 10:39:39 +02:00
7 lines
163 B
R
7 lines
163 B
R
library(REDCapCAST)
|
|
ui <-
|
|
bslib::page(
|
|
theme = bslib::bs_theme(preset = "united"),
|
|
title = "REDCap database creator",
|
|
REDCapCAST::nav_bar_page()
|
|
)
|