sf585978/countyFIPS: Identify county-level FIPS codes for non-county locations

This package uses the FCC Area API and Google Geocoding API to identify the county which a location is within. The package can take either a set of latitude-longitude coordinates, a location name, or a place-level FIPS code and returns a data frame with the query coordinates and resulting state, county, and county-level FIPS.

Getting started

Package details

MaintainerSean Fischer <sean.fischer@asc.upenn.edu>
LicenseGPL-3
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("sf585978/countyFIPS")
sf585978/countyFIPS documentation built on Aug. 9, 2019, midnight