#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.