mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-21 21:10:22 +01:00
minor app updates
This commit is contained in:
parent
70f7ab188b
commit
6abee8f78e
@ -1,10 +0,0 @@
|
|||||||
name: redcapcast
|
|
||||||
title:
|
|
||||||
username: agdamsbo
|
|
||||||
account: agdamsbo
|
|
||||||
server: shinyapps.io
|
|
||||||
hostUrl: https://api.shinyapps.io/v1
|
|
||||||
appId: 11351429
|
|
||||||
bundleId: 8567755
|
|
||||||
url: https://agdamsbo.shinyapps.io/redcapcast/
|
|
||||||
version: 1
|
|
@ -1,10 +0,0 @@
|
|||||||
name: shiny_cast
|
|
||||||
title:
|
|
||||||
username: cognitiveindex
|
|
||||||
account: cognitiveindex
|
|
||||||
server: shinyapps.io
|
|
||||||
hostUrl: https://api.shinyapps.io/v1
|
|
||||||
appId: 11351378
|
|
||||||
bundleId: 8306502
|
|
||||||
url: https://cognitiveindex.shinyapps.io/shiny_cast/
|
|
||||||
version: 1
|
|
7
app/ui.R
7
app/ui.R
@ -21,7 +21,7 @@ ui <- shiny::shinyUI(
|
|||||||
shiny::h4(
|
shiny::h4(
|
||||||
"This tool includes to convenient functions:",
|
"This tool includes to convenient functions:",
|
||||||
shiny::br(),
|
shiny::br(),
|
||||||
"1) creating a REDCap data dictionary based on a spreadsheet (.csv/.xls(x)/.dta) and",
|
"1) creating a REDCap data dictionary based on a spreadsheet (.csv/.xls(x)/.dta/.ods) and",
|
||||||
shiny::br(),
|
shiny::br(),
|
||||||
"2) creating said database on a given REDCap server and uploading the dataset via API access."
|
"2) creating said database on a given REDCap server and uploading the dataset via API access."
|
||||||
),
|
),
|
||||||
@ -39,7 +39,8 @@ ui <- shiny::shinyUI(
|
|||||||
".csv",
|
".csv",
|
||||||
".xls",
|
".xls",
|
||||||
".xlsx",
|
".xlsx",
|
||||||
".dta"
|
".dta",
|
||||||
|
".ods"
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
shiny::h6("Below you can download the dataset formatted for upload and the
|
shiny::h6("Below you can download the dataset formatted for upload and the
|
||||||
@ -115,7 +116,7 @@ ui <- shiny::shinyUI(
|
|||||||
shiny::br(),
|
shiny::br(),
|
||||||
shiny::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. The app can be run locally or on a hosted server (will save no data anywhere). No responsibility for data loss or any other problems will be taken. Please contact me for support.",
|
||||||
shiny::br(),
|
shiny::br(),
|
||||||
shiny::a("License: GPL-3+", href = "https://agdamsbo.github.io/REDCapCAST/LICENSE.html"),
|
shiny::a("License: GPL-3+", href = "https://agdamsbo.github.io/REDCapCAST/LICENSE.html"),
|
||||||
"|",
|
"|",
|
||||||
|
Loading…
Reference in New Issue
Block a user