FreesearchR/README.md

36 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2025-03-19 09:14:36 +01:00
# FreesearchR
2024-11-08 15:13:33 +01:00
<!-- badges: start -->
2024-12-20 11:05:56 +01:00
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
2025-01-16 14:24:38 +01:00
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14527429.svg)](https://doi.org/10.5281/zenodo.14527429)
2025-03-19 09:14:36 +01:00
[![rhub](https://github.com/agdamsbo/FreesearchR/actions/workflows/rhub.yaml/badge.svg)](https://github.com/agdamsbo/FreesearchR/actions/workflows/rhub.yaml)
[![FreesearchR](https://img.shields.io/badge/Shiny-shinyapps.io-blue?style=flat&labelColor=white&logo=RStudio&logoColor=blue)](https://agdamsbo.shinyapps.io/freesearcheR/)
2024-11-08 15:13:33 +01:00
<!-- badges: end -->
2025-03-19 09:14:36 +01:00
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.
2024-11-08 15:13:33 +01:00
2025-03-19 09:14:36 +01:00
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.
2024-11-08 15:13:33 +01:00
2025-03-19 09:14:36 +01:00
the ***FreesearchR***-tool is online and accessible here: [link to the app freely hosted on shinyapps.io](https://agdamsbo.shinyapps.io/FreesearchR/). All feedback is welcome and can be shared as a GitHub issue.
2024-11-08 15:13:33 +01:00
2025-01-16 11:51:50 +01:00
Initiatives for funding continued development of the tool and surrounding initiatives is ongoing.
2024-11-08 15:13:33 +01:00
## Install locally
2025-03-19 09:14:36 +01:00
The ***FreesearchR***-tool can also be launched locally. Any data.frame available in the global environment will be accessible from the interface.
```
require("devtools")
2025-03-19 09:14:36 +01:00
devtools::install_github("agdamsbo/FreesearchR")
library(FreesearchR)
2024-12-20 11:05:56 +01:00
# By loading mtcars to the environment, it will be available
# in the interface like any other data.frame
data(mtcars)
2025-03-19 09:14:36 +01:00
launch_FreesearchR()
```
## Code of Conduct
2025-03-19 09:14:36 +01:00
Please note that the ***FreesearchR*** project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.