eq_clean_data: Clean NOAA dataframe

Description Usage Arguments Value Note Examples

View source: R/eq_clean_data.R

Description

Clean NOAA dataframe

Usage

1

Arguments

quakes_df

A dataframe with the same column specification as NOAA data

Value

A modified dataframe containing a 'DATE' column and numeric 'LATITUDE' and 'LONGITUDE' columns

Note

Dates with missing month and day will have these missing values set to 1, and observations with BC dates are filtered.

Examples

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

## End(Not run)

zumthor86/quakeR documentation built on Nov. 5, 2019, 1:29 p.m.