eq_clean_data: Function for cleaning the NOAA earthquake data file

Description Usage Arguments Value Examples

View source: R/RCapstone.R

Description

Function for cleaning the NOAA earthquake data file

Usage

1

Arguments

x

is the dataframe of NOAA earthquake data

Value

a dataframe which contains the Eathquake data with a date column created by uniting the year, month, day and converting it to the Date class, furthermore LATITUDE, LONGITUDE and EQ_PRIMARY columns are converted to numeric class

Examples

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

## End(Not run)

JulianTWolf/RCapstone documentation built on May 3, 2019, 4:02 p.m.