Description Usage Arguments Details Value Examples
View source: R/Data_cleaning.R
Data cleaning and manipulation from raw NOAA data
1 |
data |
a data frame of NOAA earthquake. |
This function takes NOAA earthquake data and creates a Date
column
of type date by combining Year
, Mo
and Dy
. It then
makes sure that Longitude
and Latitude
are of type numeric
A tibble
with a new column Date
but removing
Year
, Mo
& Dy
variables of the input data frame.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.