Skip to content

brendensm/CDCPLACES

Repository files navigation

R-CMD-check CRAN_Status_Badge

Access the 'CDC PLACES' API

This package allows users to seamlessly query the Centers for Disease Control and Prevention's (CDC) Population Level Analysis and Community Estimates (PLACES) API.

From the CDC's website:

PLACES is a collaboration between CDC, the Robert Wood Johnson Foundation, and the CDC Foundation. PLACES provides health data for small areas across the country. This allows local health departments and jurisdictions, regardless of population size and rurality, to better understand the burden and geographic distribution of health measures in their areas and assist them in planning public health interventions.

PLACES provides model-based, population-level analysis and community estimates of health measures to all counties, places (incorporated and census designated places), census tracts, and ZIP Code Tabulation Areas (ZCTAs) across the United States.

For more information on this data set's methodology and measure definitions refer to the CDC PLACES website.

Installation

To install the latest development version run:

devtools::install_github("brendensm/CDCPLACES")

To install from CRAN:

install.packages("CDCPLACES")

Main Functions

  • get_places — a function to query the PLACES API. Arguments allows the user to specify geography (census/county), state, measure, release (2020-2023), and geometry (to include shapefiles).
  • get_dictionary — a function to pull a full list of the measures available in the PLACES data set.

Examples

To view a complete walk through of the package, view the vignette found here. You can also view the pkgdown site here.

About

R Package to query CDC PLACES API Data

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages