mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-21 21:10:22 +01:00
added "shiny::"
This commit is contained in:
parent
a181a2816c
commit
0628bde488
10
app/ui.R
10
app/ui.R
@ -103,11 +103,11 @@ ui <- shiny::shinyUI(
|
|||||||
|
|
||||||
# close sidebarLayout
|
# close sidebarLayout
|
||||||
|
|
||||||
br(),
|
shiny::br(),
|
||||||
br(),
|
shiny::br(),
|
||||||
br(),
|
shiny::br(),
|
||||||
br(),
|
shiny::br(),
|
||||||
hr(),
|
shiny::hr(),
|
||||||
shiny::tags$footer(shiny::strong("Disclaimer: "),
|
shiny::tags$footer(shiny::strong("Disclaimer: "),
|
||||||
"This tool is aimed at demonstrating use of REDCapCAST. No responsibility for data loss or any other problems will be taken. Please contact me for support.",
|
"This tool is aimed at demonstrating use of REDCapCAST. No responsibility for data loss or any other problems will be taken. Please contact me for support.",
|
||||||
shiny::br(),
|
shiny::br(),
|
||||||
|
Loading…
Reference in New Issue
Block a user