#' Exxon Mobile stock data
#'
#' Monthly data covering 2006 through early 2014.
#'
#'
#' @name xom
#' @docType data
#' @format A data frame with 98 observations on the following 7 variables.
#' \describe{
#' \item{date}{Date.}
#' \item{open}{a numeric vector}
#' \item{high}{a numeric vector}
#' \item{low}{a numeric vector}
#' \item{close}{a numeric vector}
#' \item{volume}{a numeric vector}
#' \item{adj_close}{a numeric vector}
#' }
#' @source Yahoo! Finance.
#' @keywords datasets
#' @examples
#'
#' xom
"xom"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.