eq_clean_data: eq_clean_data

Description Usage Arguments Value Examples

View source: R/eq_clean.R

Description

This is a function the converts the latitude and longitude from NOAA earthquake data from character to numeric and creates date column from YEAR,MONTH,DAY.

Usage

1

Arguments

adf

a dataframe containing NOAA earthquake data

Value

This function returns a dataframe with latitude and longitude columns as numeric type and a additional column date

Examples

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

## End(Not run)

tcoopermont/eqtools documentation built on May 30, 2019, 7:21 a.m.