R/timekit-package.R

#' timekit: a toolkit for time series
#'
#' The `timekit` package combines a collection of coercion tools for
#' time series analysis.
#'
#'
#'
#' @details
#' The `timekit` package has two main benefits:
#'
#' 1. It simplifies the coercion process between time-based tibbles (`tbl`)
#' and the major time series data types `xts`, `zoo`, `zooreg`, and `ts`
#' 2. It maximizes time-based data retention during coercion to regularized time series
#'
#' To learn more about `timekit`, start with the vignettes:
#' `browseVignettes(package = "timekit")`
#'
#' @docType package
#' @name timekit
#'
#' @importFrom dplyr %>%
#' @importFrom xts xts

NULL

Try the timekit package in your browser

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

timekit documentation built on July 4, 2017, 9:45 a.m.