R/SampleData.R

#' Sample Data for ReportPlot
#'
#' The data has the appropriate structure for the ReportPlot and served during development. Now it clearifies the internals and usage.
#'
#' @usage data(SampleData)
#'
#'
#' @format A data frame with 48 rows and 4 variables:
#' \describe{
#'   \item{year}{year of the data}
#'   \item{month}{month of the data}
#'   \item{sold}{quantity / sold units}
#'   \item{cpm}{complaints per million}
#' }
#'
#' @keywords datasets
#'
#' @examples
#' data(SampleData)
"SampleData"
dascar/ReportPlot documentation built on June 10, 2019, 12:26 a.m.