vz_load_register: Load register

View source: R/school_register.R

vz_load_registerR Documentation

Load register

Description

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.


petrbouchal/vsezved documentation built on July 14, 2024, 3:44 p.m.