#' raw_data
#'
#' Earthquakes raw data
#'
#' @source NOAA
#' @format A data frame with columns:
#' \describe{
#' \item{YEAR}{Year.}
#' \item{MONTH}{Month.}
#' \item{DAY}{Day.}
#' \item{HOUR}{Hour.}
#' \item{MINUTE}{Minute.}
#' \item{SECOND}{Second.}
#' \item{COUNTRY}{Country.}
#' \item{EQ_MAG_MW}{Magnitude.}
#' \item{DEATHS}{Deaths.}
#' \item{LOCATION_NAME}{Location name.}
#' \item{INTENSITY}{Intensity.}
#' \item{LATITUDE}{Latitude.}
#' \item{LONGITUDE}{Longitude.}
#' \item{EQ_PRIMARY}{Eq primary.}
#' \item{TOTAL_DEATHS}{Total deaths.}
#' }
#' @examples
#' \dontrun{
#' raw_data
#' }
"raw_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.