#' MSCI
#'
#' MSCI country data from 2006-2010
#' Downloaded by Ben Sepanski
#'
#' \describe{
#' \item{Market:}{New York Stock Exchange}
#' \item{Number of stocks}{24}
#' \item{Number of days}{1043}
#' \item{Number of years}{4}
#' \item{Period}{Jan 4, 2006 - March 31, 2010}
#' }
#'
#' @format A data frame with 1043 rows and 24 variables.
#' Each entry is a price relative: if a stock has price
#' \eqn{p_t} at trading period \eqn{t}, it has price relative
#' \eqn{\frac{p_t}{p_{t-1}}} at trading period \eqn{t}.
#' Each variable represents a single stock. The
#' columns are unnamed.
#'
#' @source \url{https://github.com/OLPS/OLPS/tree/master/Data}
"msci"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.