R/xtfrm-ffdf.R

#' @export
xtfrm.ff_vector <- function(x){
  # just make sure it is not a factor
  if (is.factor(x)){
    levels(x) <- NULL
  }
  x
}
edwindj/ffbase2 documentation built on May 15, 2019, 11:05 p.m.