tsibblestats provides example datasets for use with the tidyverts family of packages.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("tidyverts/tsibblestats")
library(tsibblestats)
library(tsibbledata)
#> Loading required package: tsibble
#>
#> Attaching package: 'tsibble'
#> The following object is masked from 'package:stats':
#>
#> filter
elecdemand %>%
ACF(Temperature, lag.max=48) %>%
autoplot