Description Usage Details Value Examples
eq_load_clean_data
is a shortcut to loading and cleaning the NOAA
quakes
data supplied with this package.
1 |
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.
A tbl_df
of NOAA Significant Earthquakes Data, cleaned with
the functions eq_clean_data and eq_location_clean.
1 2 3 4 5 | library(dplyr)
quakes1 <- eq_load_clean_data()
# is equivalent to:
quakes2 <- quakes %>% eq_clean_data() %>% eq_location_clean()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.