R/time_series_sample_data.R

#' 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
Dashansh/coriplot documentation built on March 31, 2022, 9:01 p.m.