View source: R/validate_address.R
validate_address | R Documentation |
Takes a dataframe with an adres column, and joins selected columns
from a provided BAG extract (typically for a gemeente).
validate_address(
data,
adres_column,
bag,
bag_columns = c("adresseerbaarobject_id", "openbareruimtenaam", "huisnummer",
"huisletter", "huisnummertoevoeging")
)
split_adres_field(x, bag)
data |
A dataframe with an adres column |
adres_column |
Name (char) of the adres column in data |
bag |
A BAG extract with columns addresseerbaarobject_id,huisnummer,huisletter, huisnummertoevoeging |
bag_columns |
Which columns to join onto data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.