voter_addresses() returns a small baked example character vector derived
from real-world addresses originally downloaded from the Hamilton County,
Ohio voter registration database on 2024-09-12. The original export URL was
https://votehamiltoncountyohio.gov/download.php?file=VoterListExport-20240912-no.csv,
although that URL is not expected to remain available. Fields named
AddressPreDirectional, AddressNumber, AddressStreet, AddressSuffix,
CityName, "OH", and AddressZip were pasted together before reducing the
source to 2,000 unique registered-voter address examples. The fixture is not
intended to be regenerated by package users.
Examples
voter_addresses() |>
head()
#> [1] "3359 QUEEN CITY AVE CINCINNATI OH 45238"
#> [2] "1040 KREIS LN CINCINNATI OH 45205"
#> [3] "9960 DALY RD CINCINNATI OH 45231"
#> [4] "413 VOLKERT PL CINCINNATI OH 45219"
#> [5] "8519 LINDERWOOD LN CINCINNATI OH 45255"
#> [6] "6361 BEECHMONT AVE CINCINNATI OH 45230"