Authors: Tamas Nagy
License: MIT
library(devtools)
install_github("nthun/metamanager")
!! The package is under development
R package for reproducible meta-analysis workflow and file management. Using the package helps to implement the requirements of the PRISMA checklist. The package provides functions for collaborative work through Google drive. The functions can be easily arranged into human readable pipelines using the pipe operator.
The package provides functions for the following meta-analysis tasks:
- Setup meta-analysis projects
- Merge multiple data sources, remove duplicates by article ids and approximate matching of titles
- Create reproducible files for manual coding
- Aid verification and automatic correction of human coded data
- Easily add or get multiple files to and from google drive (or save data locally)
- Evaluate screening/data extraction performance and inter-rater reliability
- ...
!! The package is under development