eq_clean_data: Clean Earthquake NOAA Data

Description Usage Arguments Value References Examples

View source: R/eq_clean_data.R

Description

After downloading and reading in the dataset, the overall task for this module is to write a function named eq_clean_data() that takes raw NOAA data frame and returns a clean data frame. The clean data frame should have the following:

Usage

1

Arguments

df

A data frame with the raw NOAA earthquake data.

Value

A cleaned data frame.

References

http://www.noaa.gov/

Examples

1
2
3
4
## Not run: 
eq_clean_data(df)

## End(Not run)

EnriquePH/NOAA.earthquake documentation built on May 6, 2019, 3:26 p.m.