Read XML register and return tibble(s) with the register tables.
Usage
vz_load_register(
dl_path,
tables = c("organisations", "schools", "locations", "specialisations")
)Arguments
- dl_path
Path to XML file output by
vz_get_register_xml().- tables
Which tables to return. Can be one or more of "organisations", "schools", "locations" or "specialisations" (specialisations not yet available via the package).
Value
a tibble or list of tibbles if multiple
table names are passed to tables.
