#' Database of the sectors corresponding to the S&P 500 stocks
#'
#' @docType data
#'
#' @usage data(stock_sector_database)
#'
#' @format A matrix with first column stock symbols and second column stock sectors.
#'
#' @keywords datasets
#'
#' @examples
#' data(stock_sector_database)
#' head(stock_sector_database)
"stock_sector_database"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.