This function add labels to a `qwi` object
add_qwi_labels(df)
df | an object with a class of `qwi` |
---|
a data.frame with formatted column names and types
# \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"# }