R/helpers.R

Defines functions strip

strip <- function(x) {
  attributes(x) <- NULL
  x
}
djnavarro/lsr2 documentation built on Sept. 7, 2019, 7:21 a.m.