R/earthquake_raw.R

#' 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
kjsykora/earthquake documentation built on May 29, 2019, 3:38 a.m.