This function reads the static CSV file containing the manual list of tables along with domain and subdomain information.

susr_domains()

Value

A tibble (or data frame) with columns like:

  • table_code

  • domain

  • subdomain

  • ... (others you may have)

Examples

if (FALSE) { # \dontrun{
  df <- susr_domains()
  head(df)
} # }