eq_clean_data: Data Preparation for Plotting

Description Usage Arguments Examples

View source: R/data_cleaning.R

Description

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.

Usage

1

Arguments

data

Earthquakes data set from NOAA database.

Examples

1
2
3
4
## Not run: 
earthquakes <- eq_clean_data(earthquakes)

## End(Not run)

SondergardM/MSDRCapstone documentation built on Dec. 18, 2021, 2:07 p.m.