mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
small help text
This commit is contained in:
parent
aad2fb5760
commit
10d34dd3d6
5 changed files with 16 additions and 4 deletions
|
@ -1959,6 +1959,7 @@ ui_elements <- list(
|
||||||
width = "100%",
|
width = "100%",
|
||||||
icon = shiny::icon("play")
|
icon = shiny::icon("play")
|
||||||
),
|
),
|
||||||
|
shiny::helpText('After importing, hit "Start" or navigate to the desired tab.'),
|
||||||
shiny::br(),
|
shiny::br(),
|
||||||
shiny::br()
|
shiny::br()
|
||||||
),
|
),
|
||||||
|
@ -2213,7 +2214,7 @@ ui <- bslib::page_fluid(
|
||||||
"Data is only stored for analyses and deleted immediately afterwards."),
|
"Data is only stored for analyses and deleted immediately afterwards."),
|
||||||
shiny::p(
|
shiny::p(
|
||||||
style = "margin: 1; color: #888;",
|
style = "margin: 1; color: #888;",
|
||||||
"Andreas G Damsbo | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/webResearch/")
|
"Andreas G Damsbo | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/webResearch/", target="_blank", rel="noopener noreferrer")
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
@ -5,6 +5,6 @@ account: agdamsbo
|
||||||
server: shinyapps.io
|
server: shinyapps.io
|
||||||
hostUrl: https://api.shinyapps.io/v1
|
hostUrl: https://api.shinyapps.io/v1
|
||||||
appId: 13611288
|
appId: 13611288
|
||||||
bundleId: 9539876
|
bundleId:
|
||||||
url: https://agdamsbo.shinyapps.io/freesearcheR/
|
url: https://agdamsbo.shinyapps.io/freesearcheR/
|
||||||
version: 1
|
version: 1
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
name: freesearcheR_extra
|
||||||
|
title:
|
||||||
|
username: cognitiveindex
|
||||||
|
account: cognitiveindex
|
||||||
|
server: shinyapps.io
|
||||||
|
hostUrl: https://api.shinyapps.io/v1
|
||||||
|
appId: 13622743
|
||||||
|
bundleId: 9544828
|
||||||
|
url: https://cognitiveindex.shinyapps.io/freesearcheR_extra/
|
||||||
|
version: 1
|
|
@ -69,6 +69,7 @@ ui_elements <- list(
|
||||||
width = "100%",
|
width = "100%",
|
||||||
icon = shiny::icon("play")
|
icon = shiny::icon("play")
|
||||||
),
|
),
|
||||||
|
shiny::helpText('After importing, hit "Start" or navigate to the desired tab.'),
|
||||||
shiny::br(),
|
shiny::br(),
|
||||||
shiny::br()
|
shiny::br()
|
||||||
),
|
),
|
||||||
|
@ -323,7 +324,7 @@ ui <- bslib::page_fluid(
|
||||||
"Data is only stored for analyses and deleted immediately afterwards."),
|
"Data is only stored for analyses and deleted immediately afterwards."),
|
||||||
shiny::p(
|
shiny::p(
|
||||||
style = "margin: 1; color: #888;",
|
style = "margin: 1; color: #888;",
|
||||||
"Andreas G Damsbo | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/webResearch/")
|
"Andreas G Damsbo | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/webResearch/", target="_blank", rel="noopener noreferrer")
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
@ -6,7 +6,7 @@ By intention, this tool has been designed to be simple to use with a minimum of
|
||||||
|
|
||||||
There are four simple steps to go through:
|
There are four simple steps to go through:
|
||||||
|
|
||||||
1. Import data (a spreadsheet/file on your machine, direct export from a REDCap server, or a local file provided with a package)
|
1. Import data (a spreadsheet/file on your machine, direct export from a REDCap server, or a local file provided with a package).
|
||||||
|
|
||||||
2. An *optional* step of data modification (change variable classes and creating categorical variables (factors) from numeric or time data)
|
2. An *optional* step of data modification (change variable classes and creating categorical variables (factors) from numeric or time data)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue