View source: R/school_register.R
vz_load_register | R Documentation |
Read XML register and return tibble(s) with the register tables.
vz_load_register(
dl_path,
tables = c("organisations", "schools", "locations", "specialisations")
)
dl_path |
Path to XML file output by |
tables |
Which tables to return. Can be one or more of "organisations", "schools", "locations" or "specialisations" (specialisations not yet available via the package). |
a tibble or list of tibbles if multiple
table names are passed to tables
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.