A mirror of the FreesearchR repository.
Find a file
2025-01-20 11:27:54 +01:00
.github pkgdown page init 2025-01-16 11:24:13 +01:00
inst/apps correctly store regression results in list, use readr for csv import, optional p-value in regression table 2025-01-20 11:27:54 +01:00
man updated docs 2025-01-16 11:51:50 +01:00
pkgdown docs and added page tracking 2025-01-16 14:24:38 +01:00
R regression improvements 2025-01-17 15:59:24 +01:00
renv naming and dealing with a dependency issue. ready for first release 2024-12-19 15:26:23 +01:00
.gitignore pkgdown page init 2025-01-16 11:24:13 +01:00
.Rbuildignore pkgdown page init 2025-01-16 11:24:13 +01:00
.Rprofile Initial commit 2024-11-08 15:13:33 +01:00
_pkgdown.yml Roadmap moved from README to its own tab 2025-01-20 10:31:53 +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 pkgdown page init 2025-01-16 11:24:13 +01:00
freesearcheR.Rproj naming and dealing with a dependency issue. ready for first release 2024-12-19 15:26:23 +01:00
LICENSE.md Initial commit 2024-11-08 15:13:33 +01:00
NAMESPACE decumented package 2025-01-16 11:45:04 +01:00
NEWS.md regression improvements 2025-01-17 15:59:24 +01:00
README.md roadmap moved 2025-01-20 10:32:13 +01:00
renv.lock updated yaml 2025-01-16 13:37:09 +01:00
ROADMAP.md Roadmap moved from README to its own tab 2025-01-20 10:31:53 +01:00
umami-page.html docs and added page tracking 2025-01-16 14:24:38 +01:00

freesearcheR

Lifecycle: experimental rhub DOI freesearcheR

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

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

the freesearcheR-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 freesearcheR-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/freesearcheR")
library(freesearcheR)
# By loading mtcars to the environment, it will be available 
# in the interface like any other data.frame
data(mtcars) 
shiny_freesearcheR()

Code of Conduct

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