R/data-xom.R

#' 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"

Try the openintro package in your browser

Any scripts or data that you put into this service are public.

openintro documentation built on Sept. 1, 2022, 9:06 a.m.