eq_load_clean_data: Load Clean Earthquakes Data

Description Usage Details Value Examples

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
library(dplyr)
quakes1 <- eq_load_clean_data()
# is equivalent to:
quakes2 <- quakes %>% eq_clean_data() %>% eq_location_clean()

JazminCevallos/Package-Evaluation documentation built on May 27, 2019, 12:16 p.m.