R/earthquakesWithR.R

#' earthquakesWithR: 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 earthquakesWithR
NULL
moralmar/earthquakesWithR documentation built on May 20, 2019, 7:57 a.m.