powered by
This function add labels to a `qwi` object
add_qwi_labels(df)
an object with a class of `qwi`
a data.frame with formatted column names and types
# NOT RUN { library(tidyqwi) # Add labels labelled_nc <- add_qwi_labels(nc_qwi) # Check the label for the data attr(labelled_nc[["Emp"]], "label") # } # NOT RUN { # }
Run the code above in your browser using DataLab