knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of funtsibble is to allow analysis of functional time series data using tidy tools.
You can install the development version of funtsibble from GitHub with:
# install.packages("devtools") devtools::install_github("robjhyndman/funtsibble")
This is a basic example which shows you how to solve a common problem:
library(funtsibble)
demography::fr.mort %>% as_tsibble()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.