The HealthClimateReview R package contains a large collection of published datasets from systematic reviews in health and climate topics. These datasets are useful for teaching, illustrating/testing review methods, and data visualisations.
You can install HealthClimateReview from GitHub using the remotes
package:
# Install remotes package if you haven't already
install.packages("remotes")
# Install HealthClimateReview from GitHub
remotes::install_github("DrMattG/HealthClimateReview")
We welcome contributions of new datasets to the package. For each dataset...
If you make use of these data, please cite both the HealthClimateReview
package (see citation("HealthClimateReview")
) and the original source of the data as given under the help file of the dataset.
If you think you have found an error in an existing dataset or a bug in the package in general, please go to https://github.com/DrMattG/HealthClimateReview/issues and open up a new issue.
This package is released under the GPL3.