eq_location_clean: eq_location_clean

Description Usage Arguments Value Examples

View source: R/eq_clean_data.R

Description

this function used to clean the data comes from NOAA and add LOCATION_NAME column

Usage

1
eq_location_clean(noaa_data)

Arguments

noaa_data

a dataframe contains information about 5,933 earthquakes over an approximately 4,000 year time span

Value

clean_data new dataframe repersents a cleaned data from NOAA

Examples

1
2
3
4
5
## Not run: 
noaa <- readr::read_delim("filepath")
clean_noaa_data <- eq_location_clean(noaa)

## End(Not run)

MagdyLaban/Mastering_Software_Development_in_R_Capstone_Coursera documentation built on Oct. 30, 2019, 9:08 p.m.