CDCAtlas provides a polite, cache-aware R client for selected CDC AtlasPlus endpoints.
AtlasPlus is not a stable, public API.
This package aims for safe and respectful usage:
- identifies via a custom User-Agent
- applies rate limiting and retry backoff
- caches responses to reduce server traffic
- handles schema changes gracefully when possible
Installation
You can install the development version of CDCAtlas from GitHub with:
install.packages(“devtools”) devtools::install_github(“VagishHemmige/CDCAtlas”)
