A mirror of the FreesearchR repository.
Find a file
2025-04-24 12:53:37 +02:00
.github pkgdown page init 2025-01-16 11:24:13 +01:00
data-raw session data 2025-04-23 14:24:42 +02:00
examples internalised the create_column function from datamods for ui modifications - all variable icons are the same throughout now - added custom css 2025-04-24 12:53:37 +02:00
inst internalised the create_column function from datamods for ui modifications - all variable icons are the same throughout now - added custom css 2025-04-24 12:53:37 +02:00
man internalised the create_column function from datamods for ui modifications - all variable icons are the same throughout now - added custom css 2025-04-24 12:53:37 +02:00
pkgdown docs and added page tracking 2025-01-16 14:24:38 +01:00
R internalised the create_column function from datamods for ui modifications - all variable icons are the same throughout now - added custom css 2025-04-24 12:53:37 +02:00
renv version bump - regression - data overview 2025-04-02 11:31:04 +02:00
tests updating docs 2025-04-23 14:25:38 +02:00
vignettes updated logo + docs 2025-04-23 15:49:46 +02:00
.gitignore improved code output 2025-03-17 15:00:13 +01:00
.png version bump - regression - data overview 2025-04-02 11:31:04 +02:00
.Rbuildignore updating docs 2025-04-23 14:25:38 +02:00
.Rprofile Initial commit 2024-11-08 15:13:33 +01:00
_pkgdown.yml updating docs 2025-04-23 14:25:38 +02: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 revert version bump 2025-04-24 11:09:21 +02: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 more docs 2025-04-22 13:57:59 +02:00
NEWS.md revert version bump 2025-04-24 11:09:21 +02:00
QA.md renaming 2025-03-19 09:14:36 +01:00
README.md polish and move to new hosted address 2025-04-24 11:00:56 +02:00
renv.lock revert version bump 2025-04-24 11:09:21 +02:00
ROADMAP.md new docs 2025-04-22 09:58:18 +02:00
SESSION.md revert version bump 2025-04-24 11:09:21 +02:00
umami-page.html polish and move to new hosted address 2025-04-24 11:00:56 +02:00

FreesearchR FreesearchR website

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 intended to democratise clinical research by assisting any researcher to easily evaluate and analyse data and export publication ready results.

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. Any suggestions on collaboration is much welcomed. Please reach out!

Motivation

This app has the following simple goals:

  1. help the health clinician getting an overview of data in quality improvement projects and clinical research

  2. help learners get a good start analysing data and coding in R

  3. ease quick data overview and basic visualisations for any clinical researcher

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.

Acknowledgements

Like any other project, this project was never possible without the great work of others. These are some of the sources and packages I have used:

  • The FreesearchR app is build with Shiny and based on R.

  • gtsummary: superb and flexible way to create publication-ready analytical and summary tables.

  • dreamRs: maintainers of a broad selection of great extensions and tools for Shiny.

  • easystats: the performance::check_model() function was central in sparking the idea to create a data analysis tool.

This project was all written by a human and not by any AI-based tools.