knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

About

Travis-CI Build Status AppVeyor Build Status

geocorr is an R data package for a set of geographic crosswalk files generated from the Missouri Census Data Center's Geographic Correspondence Engine: MABLE/Geocorr14.

So far geocorr has 11 datasets:

The raw csv files, generated directly from MABLE/Geocorr14, can be found in the \data-raw\ folder.

Installation

# install.packages("devtools")
devtools::install_github("jjchern/geocorr")

# To uninstall the package, use:
# remove.packages("geocorr")

Usage

library(dplyr, warn.conflicts = FALSE)
geocorr::county2010_to_puma2000
geocorr::county2010_to_puma2012
geocorr::county2014_to_puma2000
geocorr::county2014_to_puma2012
geocorr::county2010_to_puma2000_pop14
geocorr::county2010_to_puma2012_pop14
geocorr::puma2000_to_puma2012
geocorr::zcta2010_to_puma2000
geocorr::zcta2010_to_puma2012
geocorr::zcta2010_to_usd2010
geocorr::zcta2010_to_usd2014

Reference



jjchern/geocorr documentation built on May 19, 2019, 11:38 a.m.