eq_load_clean_data: Load Clean Earthquakes Data

Description Usage Details Value Examples

View source: R/clean_data.R

Description

eq_load_clean_data is a shortcut to loading and cleaning the NOAA quakes data supplied with this package.

Usage

1

Details

This function is a quick shortcut to load the quakes data supplied with this package. If the April 1, 2017 cutoff is sufficient for you, use this function to save a few keystrokes.

Value

A tbl_df of NOAA Significant Earthquakes Data, cleaned with the functions eq_clean_data and eq_location_clean.

Examples

1
2
3
4
5
library(dplyr)
quakes1 <- eq_load_clean_data()
# is equivalent to:
quakes2 <- quakes %>% eq_clean_data() %>% eq_location_clean()
  

DYZI/Earthquake documentation built on May 7, 2019, 6:54 p.m.