susr_domains.Rd
This function reads the static CSV file containing the manual list of tables along with domain and subdomain information.
susr_domains()
A tibble (or data frame) with columns like:
table_code
domain
subdomain
... (others you may have)
if (FALSE) { # \dontrun{
df <- susr_domains()
head(df)
} # }