Introduction
This is a web app for analysing vaccine data for the Countdown 2030. It’s also an R package so you can use some features in the code directly.
Features
- Analyze vaccine data for Countdown 2030.
- Use as an R package for programmatic access.
- Interactive visualizations for quick insights.
Installation
You can install a stable version of cd2030 from GitHub with:
install.packages("devtools")
devtools::install_github("aphrcwaro/cd2030@1.0.0")
Development version
To get a bug fix or to use a feature from the development version, you can install the development version of cd2030.
install.packages("devtools")
devtools::install_github("aphrcwaro/cd2030")
Example Usage
Analyze vaccine data programmatically:
library(cd2030)
data <- cd2030::load_excel_data('/path/to/hfd/data.xlsx')
calculate_average_reporting_rate(data)