R/ts.R

Defines functions filter.ts

#' @export
filter.ts <- function(.data, ...) {
  abort(c(
    "Problem with `filter()` input `.data`.",
    x = '`.data` is a <ts> object, not a data source.',
    i = "Did you want to use `stats::filter()`?"
  ))
}
javifar/TIDYVERSE-DPLYR documentation built on Dec. 20, 2021, 9:08 p.m.