https://github.com/tbilab/meToolkit
A package of shiny modules and helper functions designed to help modularize the code for ME apps.
https://github.com/tbilab/meToolkit
Last synced: 3 months ago
JSON representation
A package of shiny modules and helper functions designed to help modularize the code for ME apps.
- Host: GitHub
- URL: https://github.com/tbilab/meToolkit
- Owner: tbilab
- License: gpl-3.0
- Created: 2018-11-01T19:31:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T02:30:26.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:14:40.074Z (6 months ago)
- Language: R
- Size: 21.8 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tbilab/meToolkit - A package of shiny modules and helper functions designed to help modularize the code for ME apps. (R)
README
# Multimorbidity Explorer App Toolkit (meToolkit)
## Intro:
A package to build Phewas Multimorbidity Explorer (ME) apps.
The main function in this package `meToolkit::build_me_w_loader()` spins up a fully contained and self-hosted copy of an ME app for data privacy.
In addition to, multiple functions are provided allowing the user to customize their app from pre-loading data to configuring the individual charts included.
## How to use:
For general information on controlling the app see the user's manual at prod.tbilab.org/meToolkit/getting_started.
Alternatively run the command `vignette('metoolkit', 'meToolkit')` in your r console after installing the package.
## Installing:
Currently this package is not on CRAN. To install use the `devtools` package:
```r
devtools::install_github('tbilab/meToolkit')
```