eq_clean_data: Clean NOAA Significant Earthquake Database Dataset This...

Description Usage Arguments Value Examples

View source: R/eq_clean_data.r

Description

Clean NOAA Significant Earthquake Database Dataset

This function takes raw NOAA data frame and returns a clean data frame 1) A date column created by uniting the year, month, day and converting it to the Date class 2) LATITUDE and LONGITUDE columns converted to numeric class

Usage

1
eq_clean_data(raw_data_file)

Arguments

raw_data_file

raw NOAA dataframe .txt file location

Value

clean dataframe with Date, latitude, longitude conversion

Examples

1
2
3
4
## Not run: 
 eq_clean_data("signif.txt")

## End(Not run)

smallikarjun/MyEqVizPkg documentation built on May 30, 2019, 12:03 a.m.