knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

funtsibble

The goal of funtsibble is to allow analysis of functional time series data using tidy tools.

Installation

You can install the development version of funtsibble from GitHub with:

# install.packages("devtools")
devtools::install_github("robjhyndman/funtsibble")

Example

This is a basic example which shows you how to solve a common problem:

library(funtsibble)
demography::fr.mort %>% as_tsibble()


robjhyndman/funtsibble documentation built on Nov. 5, 2019, 3:14 a.m.