search_bag_address | R Documentation |
Use 'validate_address' instead.
Searches for addresses in a free text field, which may also contain other text.
For each field, all BAG addresses are searched - so this function is slow for larger queries, and
especially larger BAG datasets.
search_bag_address(
txt,
bag,
template = "{straat} {huisnummer}",
bag_column = "adresseerbaarobject",
progressbar = TRUE
)
txt |
Free text field (vector) |
bag |
BAG dataset (dataframe). In-memory. |
template |
The template to look for in the free text field. |
progressbar |
If TRUE (the default), displays a simple progress bar. |
## Not run:
search_bag_address("Er is iets gebeurd op Voorbeeldplein 11",
bag, template = "{straat}{huisnummer}")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.