Description Usage Arguments Value Examples
this function takes raw NOAA data frame and returns a clean data frame with a date column created by uniting the year, month, day and converting it to the Date class, LATITUDE and LONGITUDE columns converted to numeric class
1 | eq_clean_data(input)
|
input |
set Dataset depicting the raw NOAA data frame. |
This function returns a dataframe with the NOAA data frame cleaned.
1 2 3 4 5 | ## Not run:
input = read_delim("data/signif.txt", delim = "\t")
dataset = eq_clean_data(input)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.