eq_location_clean: Clean Earthquake NOAA Location Data

Description Usage Arguments Value Examples

View source: R/eq_location_clean.R

Description

This function cleans LOCATION_NAME column by stripping out the country name (including the colon) and converts names to title case

Usage

1

Arguments

df

A data frame with the raw NOAA earthquake data.

Value

A LOCATION_NAME cleaned data frame.

Examples

1
2
3
4
## Not run: 
eq_location_clean(df)

## End(Not run)

EnriquePH/NOAA.earthquake documentation built on May 6, 2019, 3:26 p.m.