cxy_single: Geocode Single Structured Address

Description Usage Arguments Value

View source: R/single.R

Description

Provides access to the structured single address geocoding API from the US Census Bureau.

Usage

1
2
3
4
5
6
7
8
9
cxy_single(
  street,
  city = NA,
  state = NA,
  zip = NA,
  return = "locations",
  benchmark = "Public_AR_Current",
  vintage = NA
)

Arguments

street

String containing street address

city

Optional String containing city

state

Optional String containing state

zip

Optional String or Integer containing 5-digit Zip Code

return

One of 'locations' or 'geographies' See Details.

benchmark

Optional ID or Name of Census Benchmark. See Details.

vintage

Optional ID or Name of Census Vintage. See Details.

Value

A data.frame containing matched address or NULL if not matches


slu-openGIS/cxy2 documentation built on March 31, 2020, 10:09 a.m.