Description Usage Arguments Value Examples
Clean earthquak locations
| 1 | 
| df | A data.frame such as this obtainded from NOAA. | 
A data.fram with a tidy location column
| 1 2 3 4 5 6 7 | ## Not run: 
file_path <- system.file("extdata", "signif.tsv", package = "MSDR")
signif <- read_tsv(file_path) %>%
  eq_clean_date %>%
  eq_clean_location
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.