# NOT RUN {
# Get table metadata for a given table
table_meta <- get_table_metadata(table_id = "folk1c") # a list
# Get only information about the variables in the table
table_meta_vars <- get_table_metadata(table_id = "folk1c", variables_only = TRUE) # a data frame
# }
Run the code above in your browser using DataLab