#' Brian Lara's batting statistics in International cricket
#'
#'
#'
#' @source <https://www.census.gov/mtis/www/data/text/timeseries2.xlsx>
#' @format Data frame with columns
#' \describe{
#' \item{Runs}{Runs made in a particular inning}
#' \item{Inning}{Indication of 1st or 2nd inning}
#' \item{Notout}{logical value indicating if batsman was not out}
#' \item{DNB}{logical value indicating if batsman did not bat in the inning}
#' \item{Opp}{Name of the opposing team}
#' \item{Ground}{Venue of the match}
#' \item{Start Date}{Start date of the match}
#' \item{Match}{Match ID: includes information about the format (Test/ODI) and a match number}
#' }
"lara"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.