mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
docs
This commit is contained in:
parent
d6d34f34a8
commit
a6251191e5
20 changed files with 103 additions and 131 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#### Current file: /Users/au301842/FreesearchR/R//app_version.R
|
||||
########
|
||||
|
||||
app_version <- function()'v25.4.4.250428'
|
||||
app_version <- function()'v25.4.4.250429'
|
||||
|
||||
|
||||
########
|
||||
|
|
@ -4553,7 +4553,7 @@ import_file_demo_app <- function() {
|
|||
#' @examples
|
||||
#' \dontrun{
|
||||
#' data(mtcars)
|
||||
#' shiny_FreesearchR(launch.browser = TRUE)
|
||||
#' launch_FreesearchR(launch.browser = TRUE)
|
||||
#' }
|
||||
launch_FreesearchR <- function(...){
|
||||
appDir <- system.file("apps", "FreesearchR", package = "FreesearchR")
|
||||
|
|
@ -4566,6 +4566,7 @@ launch_FreesearchR <- function(...){
|
|||
}
|
||||
|
||||
|
||||
|
||||
########
|
||||
#### Current file: /Users/au301842/FreesearchR/R//plot_box.R
|
||||
########
|
||||
|
|
@ -10098,6 +10099,7 @@ server <- function(input, output, session) {
|
|||
|
||||
######### Data filter
|
||||
# IDEAFilter has the least cluttered UI, but might have a License issue
|
||||
# Consider using shinyDataFilter, though not on CRAN
|
||||
data_filter <- IDEAFilter::IDEAFilter("data_filter",
|
||||
data = shiny::reactive(rv$data_variables),
|
||||
verbose = TRUE
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ account: agdamsbo
|
|||
server: shinyapps.io
|
||||
hostUrl: https://api.shinyapps.io/v1
|
||||
appId: 14600805
|
||||
bundleId: 10191506
|
||||
bundleId: 10198630
|
||||
url: https://agdamsbo.shinyapps.io/FreesearchR/
|
||||
version: 1
|
||||
|
|
|
|||
|
|
@ -383,6 +383,7 @@ server <- function(input, output, session) {
|
|||
|
||||
######### Data filter
|
||||
# IDEAFilter has the least cluttered UI, but might have a License issue
|
||||
# Consider using shinyDataFilter, though not on CRAN
|
||||
data_filter <- IDEAFilter::IDEAFilter("data_filter",
|
||||
data = shiny::reactive(rv$data_variables),
|
||||
verbose = TRUE
|
||||
|
|
|
|||
3
inst/apps/FreesearchR/www/favicon.svg
Executable file
3
inst/apps/FreesearchR/www/favicon.svg
Executable file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 38 KiB |
|
|
@ -4,7 +4,7 @@ This is the ***FreesearchR*** data analysis tool. We intend the ***FreesearchR**
|
|||
|
||||
By intention, this tool has been designed to be simple to use with a minimum of mandatory options to keep the workflow streamlined, while also including a few options to go even further.
|
||||
|
||||
There are some simple steps to go through (see corresponding tabs in the top):
|
||||
Here is a brief summary of the functions:
|
||||
|
||||
1. Import data to get started. This can be a spreadsheet/file on your machine, direct export from a REDCap server, sample data or data from a your local environment if run locally.
|
||||
|
||||
|
|
@ -30,4 +30,4 @@ There are some simple steps to go through (see corresponding tabs in the top):
|
|||
|
||||
- Code to recreate all steps locally
|
||||
|
||||
The full [project documentation is here](https://agdamsbo.github.io/FreesearchR/) and all code used is [freely available to read, copy, modify and improve](https://github.com/agdamsbo/FreesearchR) under an [open source license](https://github.com/agdamsbo/FreesearchR/blob/main/LICENSE.md)! Contributions are welcome and much appreciated and can be reporting issues, suggesting new functionality, improving code or any other feedback [here](https://github.com/agdamsbo/FreesearchR/issues).
|
||||
The full [project documentation is here](https://agdamsbo.github.io/FreesearchR/) where you'll find detailed description of the app and link to the source code! If you want to [share feedback, please follow this link to a simple survey](https://redcap.au.dk/surveys/?s=JPCLPTXYDKFA8DA8), or share on [GitHub](https://github.com/agdamsbo/FreesearchR/issues).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue