eq_location_clean: eq_location_clean

Description Usage Arguments Value Examples

Description

Cleans the LOCATION_NAME column by stripping out the country name (including the colon) and converts names to title case (as opposed to all caps).

Usage

1

Arguments

df

A dataframe containing NOAA Earthquake data

Value

A dataframe with column LOCATION_NAME modified

Examples

1
2
dfnew <- load_data()
dff <- eq_location_clean(dfnew)

constantin345/NOOA documentation built on May 16, 2019, 7:09 p.m.