A mirror of the FreesearchR repository.
Find a file
2025-03-20 11:46:02 +01:00
.github pkgdown page init 2025-01-16 11:24:13 +01:00
examples bumped to 25.2.1 - new visuals tab - all functions in place - code cleanup has started 2025-02-25 09:51:42 +01:00
inst/apps/FreesearchR updated with new data types 2025-03-20 11:46:02 +01:00
man updated docs + boxplot 2025-03-19 13:10:56 +01:00
pkgdown docs and added page tracking 2025-01-16 14:24:38 +01:00
R updated with new data types 2025-03-20 11:46:02 +01:00
renv updated docs + boxplot 2025-03-19 13:10:56 +01:00
vignettes renaming 2025-03-19 09:14:36 +01:00
.gitignore improved code output 2025-03-17 15:00:13 +01:00
.Rbuildignore updated docs + boxplot 2025-03-19 13:10:56 +01:00
.Rprofile Initial commit 2024-11-08 15:13:33 +01:00
_pkgdown.yml updated docs + boxplot 2025-03-19 13:10:56 +01:00
CODE_OF_CONDUCT.md naming and dealing with a dependency issue. ready for first release 2024-12-19 15:26:23 +01:00
DESCRIPTION updated docs + boxplot 2025-03-19 13:10:56 +01:00
FreesearchR.Rproj renaming 2025-03-19 09:14:36 +01:00
LICENSE.md Initial commit 2024-11-08 15:13:33 +01:00
NAMESPACE updated docs + boxplot 2025-03-19 13:10:56 +01:00
NEWS.md updated docs + boxplot 2025-03-19 13:10:56 +01:00
QA.md renaming 2025-03-19 09:14:36 +01:00
README.md renaming 2025-03-19 09:14:36 +01:00
renv.lock updated docs + boxplot 2025-03-19 13:10:56 +01:00
ROADMAP.md improved code output 2025-03-17 15:00:13 +01:00
umami-page.html docs and added page tracking 2025-01-16 14:24:38 +01:00

FreesearchR

Lifecycle: experimental DOI rhub FreesearchR

This package is the backbone of the FreesearchR, a free and open-source browser based data exploration and analysis tool for clinicians and researchers with publication ready output.

This package and the FreesearchR-tool is part of a larger initiative to democratize health data analysis and remove barriers for clinicians to engage in health research.

the FreesearchR-tool is online and accessible here: link to the app freely hosted on shinyapps.io. All feedback is welcome and can be shared as a GitHub issue.

Initiatives for funding continued development of the tool and surrounding initiatives is ongoing.

Install locally

The FreesearchR-tool can also be launched locally. Any data.frame available in the global environment will be accessible from the interface.

require("devtools")
devtools::install_github("agdamsbo/FreesearchR")
library(FreesearchR)
# By loading mtcars to the environment, it will be available 
# in the interface like any other data.frame
data(mtcars) 
launch_FreesearchR()

Code of Conduct

Please note that the FreesearchR project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.