R/trim.R

Defines functions trim

Documented in trim

#' Shorten a timespan
#'
#' @param x timespan object to trim
#' @param ... additional arguments passed on to functions
#'
trim <- function(x, ...) {
  UseMethod("trim")
}

Try the parttime package in your browser

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

parttime documentation built on May 29, 2024, 6:25 a.m.