Package: healthyAddress 0.4.3
healthyAddress: Convert Addresses to Standard Inputs
Efficient tools for parsing and standardizing Australian addresses from textual data. It utilizes optimized algorithms to accurately identify and extract components of addresses, such as street names, types, and postcodes, especially for large batched data in contexts where sending addresses to internet services may be slow or inappropriate. The core functionality is built on fast string processing techniques to handle variations in address formats and abbreviations commonly found in Australian address data. Designed for data scientists, urban planners, and logistics analysts, the package facilitates the cleaning and normalization of address information, supporting better data integration and analysis in urban studies, geography, and related fields.
Authors:
healthyAddress_0.4.3.tar.gz
healthyAddress_0.4.3.zip(r-4.5)healthyAddress_0.4.3.zip(r-4.4)healthyAddress_0.4.3.zip(r-4.3)
healthyAddress_0.4.3.tgz(r-4.4-x86_64)healthyAddress_0.4.3.tgz(r-4.4-arm64)healthyAddress_0.4.3.tgz(r-4.3-x86_64)healthyAddress_0.4.3.tgz(r-4.3-arm64)
healthyAddress_0.4.3.tar.gz(r-4.5-noble)healthyAddress_0.4.3.tar.gz(r-4.4-noble)
healthyAddress_0.4.3.tgz(r-4.4-emscripten)healthyAddress_0.4.3.tgz(r-4.3-emscripten)
healthyAddress.pdf |healthyAddress.html✨
healthyAddress/json (API)
NEWS
# Install 'healthyAddress' in R: |
install.packages('healthyAddress', repos = c('https://hughparsonage.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hughparsonage/healthyaddress/issues
Last updated 3 months agofrom:1d328cf930. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 14 2024 |
R-4.5-win-x86_64 | OK | Oct 14 2024 |
R-4.5-linux-x86_64 | OK | Oct 14 2024 |
R-4.4-win-x86_64 | OK | Oct 14 2024 |
R-4.4-mac-x86_64 | OK | Oct 14 2024 |
R-4.4-mac-aarch64 | OK | Oct 14 2024 |
R-4.3-win-x86_64 | OK | Oct 14 2024 |
R-4.3-mac-x86_64 | OK | Oct 14 2024 |
R-4.3-mac-aarch64 | OK | Oct 14 2024 |
Exports:.digit256.permitted_street_type_ordcompress_latloncompress_latlon_generaldecompress_latlondecompress_latlon_generaldownload_latlon_dataextract_flatNumberFirstLastextract_postcodeHashStreetNamematch_StreetTypematch_wordmutate_latlonnany_lowercasepostcode2steread_ste_fststandard_address2standard_address3standardize_addresstoupper_basicunHashStreetNameunique_PostcodesuniqueN_Postcodes
Dependencies:BHdata.tablefastmatchfstfstcorehutilshutilscppmagrittrqsRApiSerializeRcppRcppParallelstringfish
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Extract the n-th digit of a duocentehexaquinquagesimal number | .digit256 |
Street types allowed. | .permitted_street_type_ord |
Compress latitude and longitude to a 32-bit integer | compress_latlon compress_latlon_general decompress_latlon decompress_latlon_general |
Download latitude longitude data by address | download_latlon_data |
Extract the flat number, number first/last from an address | extract_flatNumberFirstLast |
Extract the postcode from the suffix of a string | extract_postcode |
Hash a street name quickly and accurately | HashStreetName unHashStreetName |
Find the street type within an address | match_StreetType |
Find word within a sentence | match_word |
Add latitude and longitude columns to a standard address | mutate_latlon |
Uppercase character vectors | nany_lowercase |
In what states do postcodes lie? | postcode2ste |
Get internal data | read_ste_fst |
Standard address | standardize_address standard_address2 standard_address3 |
Uppercase | toupper_basic |
Unique postcodes of | uniqueN_Postcodes unique_Postcodes |