R/ts.R

#' @export
filter.ts <- function(.data, ...) {
  bad_args(".data", "must be a data source, not a ts object, do you want `stats::filter()`?")
}
olascodgreat/samife documentation built on May 13, 2019, 6:11 p.m.