eq_clean_data: Clean the NOAA dataset

Description Usage Arguments Value Examples

View source: R/module1.R

Description

This function cleans and readies the NOAA dataset.

Usage

1
eq_clean_data(raw_data)

Arguments

raw_data

the data.frame to be cleaned

Value

data.frame containing the cleaned data (lubridate ymd format for the date, latitude and longitude converted to numeric)

Examples

1
## Not run: eq_clean_data(NOAAdata)

BFavetto/EarthquakeAnalysis documentation built on Dec. 17, 2021, 9:50 a.m.