Description Usage Arguments Examples
View source: R/data_cleaning.R
eq_clean_data
Prepares earthquakes data for plotting; consolidates
date records into a single record (year-month-day format) and removes
columns with separate Year, Month and Day values. Also changes variable
names with spaces to single names with text joined by an underscore (_)
character.
1 |
data |
Earthquakes data set from NOAA database. |
1 2 3 4 | ## Not run:
earthquakes <- eq_clean_data(earthquakes)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.