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
}

Try the strip package in your browser

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

strip documentation built on May 1, 2019, 7:50 p.m.