Gets information on variables included in DBH datasets (type of variable, data type).

dbh_metadata(table_id = NULL)

Arguments

table_id

A vector of code names for the datasets to get variable information for, or NULL to get info for all variables.

Value

A tibble

Examples

# Show metadata for table 88 meta_table <- dbh_metadata(88)