R/timetk-package.R

#' timetk: Time Series Analysis in the Tidyverse
#'
#' The `timetk` package combines a collection of coercion tools for
#' time series analysis.
#'
#' @details
#' The `timetk` package has several benefits:
#'
#' 1. Visualizing Time Series
#' 2. Wrangling Time Series.
#' 3. Preprocessing and Feature Engineering.
#'
#' To learn more about `timetk`, start with the documentation:
#' [https://business-science.github.io/timetk/](https://business-science.github.io/timetk/)
#'
"_PACKAGE"
#' @importFrom dplyr %>%
#' @importFrom xts xts
#' @import recipes
#' @importFrom generics tidy
NULL

Try the timetk package in your browser

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

timetk documentation built on Nov. 2, 2023, 6:18 p.m.