mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-27 15:21:55 +01:00
8 lines
163 B
R
8 lines
163 B
R
library(REDCapCAST)
|
|
ui <-
|
|
bslib::page(
|
|
theme = bslib::bs_theme(preset = "united"),
|
|
title = "REDCap database creator",
|
|
REDCapCAST::nav_bar_page()
|
|
)
|