eq_clean_data: Takes raw NOAA data frame and returns a clean data frame

Description Usage Arguments Details Value Examples

Description

Takes raw NOAA data frame and returns a clean data frame

Usage

1

Arguments

df

The raw uncleaned version of the data.frame

Details

BC years are marked with the 'neg.date' column

Value

A clean version of the data.frame, after pre-processing

Examples

1
2
3
4
5
## Not run: 
  raw_data <- eq_data()
  clean_data <- eq_clean_data(raw_data)

## End(Not run)

abhinav-piplani/earthquakeR documentation built on May 23, 2019, 3:04 p.m.