#' daily stock prices
#'
#' The dataset contains the daily prices of 500 stocks from the S&P 500 index for the time period from 03.01.2000 to 31.12.2018.
#'
#' @docType data
#' @keywords datasets
#' @name sp500
#' @usage data(sp500)
#' @format A data frame(4956x501) with
#' \itemize{
#' \item date, in dd.mm.YY format
#' \item 500 stocks prices
#' }
"sp500"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.