mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-09-12 18:49:39 +02:00
added "shiny::"
This commit is contained in:
parent
a181a2816c
commit
0628bde488
1 changed files with 5 additions and 5 deletions
10
app/ui.R
10
app/ui.R
|
@ -103,11 +103,11 @@ ui <- shiny::shinyUI(
|
|||
|
||||
# close sidebarLayout
|
||||
|
||||
br(),
|
||||
br(),
|
||||
br(),
|
||||
br(),
|
||||
hr(),
|
||||
shiny::br(),
|
||||
shiny::br(),
|
||||
shiny::br(),
|
||||
shiny::br(),
|
||||
shiny::hr(),
|
||||
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.",
|
||||
shiny::br(),
|
||||
|
|
Loading…
Add table
Reference in a new issue