View source: R/calc_match_addresses.R
calc_match_addresses | R Documentation |
Match a distinct dataframe of primary addresses to a distinct dataframe of lookup addresses.
calc_match_addresses(
primary_df,
primary_postcode_col,
primary_address_col,
lookup_df,
lookup_postcode_col,
lookup_address_col
)
primary_df |
Dataframe of distinct primary addresses |
primary_postcode_col |
Column containing the primary postcode |
primary_address_col |
Column containing the primary single line address |
lookup_df |
Dataframe of distinct lookup addresses |
lookup_postcode_col |
Column containing the lookup postcode |
lookup_address_col |
Column containing the lookup single line address |
Returns a dataframe of exact matches (postcode and single line address) and non exact matches (postcode and fuzzy single line address). For non exact matches it will retain draws.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.