#' Raw NOAA dataset
#'
#' A data.frame with a raw NOAA dataset loaded into R. This is the data.frame that we use in all of our examples.
#'A description of the field names can be found at the NOAA website: \url{https://www.ngdc.noaa.gov/nndc/struts/form?t=101650&s=1&d=1}.
#'
#' @docType data
#' @keywords datasets
#' @name earthquake_raw
#' @usage data(earthquake_raw)
#' @format A data frame with 5956 rows and 47 variables
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.