Nothing
#' Simulated data for time-series regression
#'
#' Output from \code{set.seed(42); ts_reg_list <- list(x1 = rnorm(1000), x2 = rnorm(1000), ts_rnorm = rnorm(1000))}.
#'
#' @format A tibble with 1000 rows and 8 variables:
#' \describe{
#' \item{x1}{Random normal simulated data.}
#' \item{x2}{Random normal simulated data.}
#' \item{ts_rnorm}{Random normal simulated data.}
#' }
"ts_reg_list"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.