Description Usage Arguments Value Examples
View source: R/eq_clean_data.R
This function takes a raw NOAA data frame and returns a clean data frame
1 | eq_clean_data(Data)
|
Data |
A raw NOAA data frame |
eq_clean_data returns a filtered data frame.
1 2 3 4 5 | ## Not run:
read_delim(system.file("extdata", "signif.txt", package = "TheCapstoneProject"), delim = '\t') %>%
eq_clean_data()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.