Description Usage Arguments Value Examples
This function takes in raw NOAA earthquake data as a data.frame
(using the original names) and converts the LONGITUDE
and
LATITUDE
columns to
numeric class. It also creates a DATE variable that combines the
YEAR
, MONTH
and DAY
variables to a a Date class object.
1 | eq_clean_data(dataframe)
|
dataframe |
A data.frame including raw NOAA earthquake data, as read from the original .txt file. |
A tibble with the new column and modified class.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.