R/is.vlabeled.R

Defines functions is.vlabeled

Documented in is.vlabeled

is.vlabeled <-
function(x){
  
  l <- memisc::labels(x)
  
  if (is.null(l)) {
    vl <- 999999
  } else {
  vl <- l@values
  }
  x %in% vl
}

Try the intsvy package in your browser

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

intsvy documentation built on Oct. 3, 2023, 1:07 a.m.