get_FIPS: FCC Geocoder

Description Usage Arguments Value Examples

View source: R/fips.R

Description

Employs the FCC geocoder to turn Longitude and Latitude into a 15-digit FIPS code

Usage

1
get_FIPS(lat, long, sleep = 0.025)

Arguments

lat

Latitude

long

Longidude

sleep

Value

15-character string.

Examples

1
fcc <- get_FIPS(41.063742, -73.517909)

crazybilly/fundRaising documentation built on July 30, 2021, 12:51 a.m.