R/unpackLabelled.R

Defines functions unpackLabelled

#Maybe delete? Deal when labelled stuff is implemented.
#this function is used in identifyMissing.R and
#identifyWhitespace.R
unpackLabelled <- function(v) {
  c(as.character(v), attributes(v)$labels)
}

Try the dataMaid package in your browser

Any scripts or data that you put into this service are public.

dataMaid documentation built on Oct. 8, 2021, 9:08 a.m.