eq_clean_data: This is my capstone project during the course "Mastering...

Description Usage Arguments Value Examples

View source: R/week1.R

Description

This is my capstone project during the course "Mastering Software Development in R Capstone" by Roger D. Peng and Brooke Anderson, Johns Hopkins University as a part of "Mastering Software Development in R Professional Certificate" program on Coursera. —————————————————————————– WEEK 1 - Clean —————————————————————————– Clean earthquake data This function cleans the earthquake data retrieved from NOAA database. It uses the archived data including the records dated before 1995.

Usage

1

Arguments

data

data.frame – the earthquake data base by NOAA (USA)

Value

data.frame

Examples

1
## Not run: eq_clean_data(data)

cemrecapstone/earthquakes documentation built on Dec. 19, 2021, 2:54 p.m.