Description Usage Arguments Details Value Examples
View source: R/eq_clean_data.R
Module1: Cleaning NOAA earthquake data
1 | eq_clean_data(datatoclean)
|
datatoclean |
A data frame with raw data obtained from NOAA website |
The function returns a date column created by uniting the year, month, day and converting it to the Date class
A data frame with cleaned date, latitude and longitude numerical columns
1 2 3 4 5 | ## Not run:
data <- readr::read_delim("signif.txt", delim = "\t")
data <- eq_clean_data(data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.