R/helpers.R

Defines functions strip

strip <- function(x) {
  attributes(x) <- NULL
  x
}
djnavarro/tidylsr documentation built on Sept. 6, 2019, 8:06 p.m.