Package: addr 0.6.0
Cole Brokamp
addr: Clean, Parse, Harmonize, Match, and Geocode Messy Real-World Addresses
Addresses that were not validated at the time of collection are often heterogenously formatted, making them difficult to compare or link to other sets of addresses. The addr package is designed to clean character strings of addresses, use the `usaddress` library to tag address components, and paste together select components to create a normalized address. Normalized addresses can be hashed to create hashdresses that can be used to merge with other sets of addresses.
Authors:
addr_0.6.0.tar.gz
addr_0.6.0.zip(r-4.5)addr_0.6.0.zip(r-4.4)addr_0.6.0.zip(r-4.3)
addr_0.6.0.tgz(r-4.4-x86_64)addr_0.6.0.tgz(r-4.4-arm64)addr_0.6.0.tgz(r-4.3-x86_64)addr_0.6.0.tgz(r-4.3-arm64)
addr_0.6.0.tar.gz(r-4.5-noble)addr_0.6.0.tar.gz(r-4.4-noble)
addr.pdf |addr.html✨
addr/json (API)
# Install 'addr' in R: |
install.packages('addr', repos = c('https://geomarker-io.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cole-brokamp/addr/issues
Last updated 2 hours agofrom:a814cfa200. Checks:8 OK, 1 ERROR. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Jan 10 2025 |
R-4.5-win-x86_64 | OK | Jan 10 2025 |
R-4.5-linux-x86_64 | ERROR | Jan 10 2025 |
R-4.4-win-x86_64 | OK | Jan 10 2025 |
R-4.4-mac-x86_64 | OK | Jan 10 2025 |
R-4.4-mac-aarch64 | OK | Jan 10 2025 |
R-4.3-win-x86_64 | OK | Jan 10 2025 |
R-4.3-mac-x86_64 | OK | Jan 10 2025 |
R-4.3-mac-aarch64 | OK | Jan 10 2025 |
Exports:addraddr_matchaddr_match_geocodeaddr_match_streetaddr_match_street_name_and_numberaddr_match_tiger_street_rangesaddr_tagas_addrcagis_addrclean_address_textelh_dataexpand_post_typeget_tiger_block_groupsget_tiger_street_rangess2_join_tiger_bgtiger_statesvoter_addresses
Dependencies:clidplyrfansifsgenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringdiststringistringrtibbletidyselectutf8vctrswithrzeallot
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create a new addr vector | addr as_addr |
matching addr vectors | addr_match addr_match_street addr_match_street_name_and_number |
Geocode addr vectors | addr_match_geocode |
Match an addr vector to TIGER street ranges | addr_match_tiger_street_ranges |
Tag components of an address string | addr_tag |
CAGIS Addresses | cagis_addr |
clean address text | clean_address_text |
Example real-world data with line-one-only addresses | elh_data |
Expand street name post type | expand_post_type |
get s2_geography for census block groups | get_tiger_block_groups |
Get tigris street range geography files from census.gov | get_tiger_street_ranges |
Tiger Block Groups | s2_join_tiger_bg |
get s2_geography for census states | tiger_states |
Return list of lists of address tags to R. | usaddress_tag |
Example real-world addresses | voter_addresses |