#' earthquake: A visualization package for world earthquake histories
#'
#' This package maps and timelines earthquakes.
#'
#' @importFrom dplyr filter mutate select "%>%"
#' @import ggplot2
#' @import leaflet
#' @importFrom purrr map map2_chr
#' @importFrom stringr str_trim str_to_title
#'
#' @docType package
#' @name earthquake
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.