mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
minor changes
This commit is contained in:
parent
b63fbbe3c9
commit
a7a416fe1d
9 changed files with 34 additions and 21 deletions
4
app/ui.R
4
app/ui.R
|
|
@ -40,12 +40,12 @@ ui <- shiny::fluidPage(
|
|||
shiny::textInput(
|
||||
inputId = "uri",
|
||||
label = "URI",
|
||||
value = "https://redcap.au.dk/api/"
|
||||
value = "https://redcap.your.institution/api/"
|
||||
),
|
||||
shiny::textInput(
|
||||
inputId = "api",
|
||||
label = "API key",
|
||||
value = "21CF2C17EA1CA4F3688DF991C8FE3EBF"
|
||||
value = ""
|
||||
),
|
||||
shiny::actionButton(
|
||||
inputId = "upload.meta",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue