#' Data summarising the earthquakes affecting each region, grouped by year
#'
#'
#' Includes every earthquake of a magnitude greater than 4.0
#'
#' @format A tibble with 37 rows and 5 variables:
#' \describe{
#' \item{City}{chr city of the recorded earthquakes}
#' \item{Year}{int year of the recorded earthquakes}
#' \item{Number of Earthquakes}{int total number of earthquakes greater than magnitude 4.0 that occured}
#' \item{Average Magnitude}{dbl average magnitude of earthquakes greater than magnitude 4.0}
#' \item{Max Magnitude}{dbl highest recorded magnitude in the given year and region}
#' }
#' @source \url{https://quakesearch.geonet.org.nz/}
"earthquake_summary_dataset"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.