eq_location_clean: eq_location_clean function to clean the location_name...

Description Usage Arguments Value Examples

View source: R/module1.R

Description

eq_location_clean function to clean the location_name variable of the earthquakes datasets; strips out the country name and converts to title case

Usage

1
eq_location_clean(dataframe)

Arguments

dataframe

the dataframe with earthquake data, with the original location_name_variable

Value

a dataframe called "clean_data"

Examples

1
## Not run: eq_location_clean(intermediate_data)

AESpe/R_capstone_final documentation built on Oct. 16, 2020, 12:37 a.m.