Nothing
#' Sales and advertising expenditure
#'
#' Monthly sales and advertising expenditure for an automotive parts company.
#'
#'
#' @format Data frame containing the following columns:
#' \describe{
#' \item{advert}{Monthly Advertising expenditure}
#' \item{sales}{Monthly sales volume}
#' }
#' @source Makridakis, Wheelwright and Hyndman (1998) \emph{Forecasting:
#' methods and applications}, John Wiley & Sons: New York. Exercise 6.7.
#' Exercise 8.1.
#' @keywords datasets
#' @examples
#' plot(sales ~ advert, data=advert)
#'
"advert"
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.