eq_clean_data: Clean Earthquake data

Description Usage Arguments Details Value Examples

Description

Clean up the Earthquake Dataframe

Usage

1

Arguments

df

Raw data frame with columns YEAR, MONTH, DAY, LATITUDE and LONGITUDE

Details

This function cleans up the data frame in the sense that it creates a new DATE Column and converting LATITUDE and LONGITUDE columns to numeric

Value

Data frame with additional column DATE

Examples

1
2
3
## Not run: 
eq_clean_data(df)
## End(Not run)

ckoopmann/EQVisualisation documentation built on May 29, 2019, 2:07 p.m.