match_bag_address: Match addresses to the BAG

match_bag_addressR Documentation

Match addresses to the BAG

Description

[Deprecated] Use 'validate_address' instead.

Usage

match_bag_address(x, ...)

Arguments

x

An address-field object, defined with make_address_field, see Examples.

bag

The BAG for this Gemeente (dataframe).

bag_columns

Which columns from the BAG to return as a result.

Examples


## Not run: 

# Example for Nederweert
# 'bag' has to be read in first, using a local copy.

adr <- c("Veldweverstraat 3", "Banendijk 5")

make_address_field(adr, template = "{straat}{huisnummer}") %>%
  match_bag_address(., bag = bag)

## End(Not run)


moturoa/shintobag documentation built on April 6, 2024, 7:25 a.m.