#' Time Series Sample Data
#'
#' Sample time series data with a date column and 4 other columns indicating
#' percentage of remotely working individuals across 4 categories
#'
#'
#'
#' @name time_series_sample_data
#' @aliases time_series_sample_data
#' @docType data
#' @return \item{time_series_sample_data}{a tibble}
#' @keywords time_series_sample_data
#' @source
#' https://github.com/ruralinnovation/map48-project
#'
#' @examples
#' data(time_series_sample_data)
#' str(time_series_sample_data)
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.