R/strip_.default.R

Defines functions strip_.default

Documented in strip_.default

#' @export
#' @rdname strip
#' 
strip_.default <-
function(object,
         keep, 
         ...)
{
  warning("no method found for 'strip', the full 'object' is returned")
  object
}
paulponcet/strip documentation built on May 24, 2019, 10:32 p.m.