Description Usage Arguments Value Examples
Performs basic cleaning of raw NOAA Significant Earthquakes dataset
1 | eq_clean_data(tbl)
|
tbl |
Data frame of NOAA Significant Earthquakes dataset.
Ready for the pipe from |
Data frame.
1 2 3 4 | ## Not run:
readr::read_tsv(infile) %>% eq_clean_data()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.