Read XML register and return tibble(s) with the register tables.

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

CURRENTLY IGNORED; the first three tables are returned. Which tables to return. Can be one or more of "organisations", "schools", "locations" or "specialisations".

Value

a tibble or list of tibbles if multiple table names are passed to tables.