This function add labels to a `qwi` object

add_qwi_labels(df)

Arguments

df

an object with a class of `qwi`

Value

a data.frame with formatted column names and types

Examples

# \donttest{ library(tidyqwi) # Add labels labelled_nc <- add_qwi_labels(nc_qwi) # Check the label for the data attr(labelled_nc[["Emp"]], "label")
#> [1] "Beginning-of-Quarter Employment: Counts"
# }