add_qwi_labels: add_qwi_labels

Description Usage Arguments Value Examples

View source: R/add_qwi_labels.R

Description

This function add labels to a 'qwi' object

Usage

1

Arguments

df

an object with a class of 'qwi'

Value

a data.frame with formatted column names and types

Examples

1
2
3
4
5
6
7
library(tidyqwi)

# Add labels
labelled_nc <- add_qwi_labels(nc_qwi)

# Check the label for the data
attr(labelled_nc[["Emp"]], "label")

tidyqwi documentation built on May 4, 2020, 5:10 p.m.