match_bag_address | R Documentation |
Use 'validate_address' instead.
match_bag_address(x, ...)
x |
An address-field object, defined with |
bag |
The BAG for this Gemeente (dataframe). |
bag_columns |
Which columns from the BAG to return as a result. |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.