eq_location_clean: Clean LOCATION_NAME Column

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

rawNOAA

A dataframe of NOAA significant earthquakes data

Value

A dataframe with a clean LOCATION_NAME Column

Examples

1
2
## Not run: data <- readr::read_delim('signif.txt', delim = '\t')
## Not run: cleandata <- eq_location_clean(data)

blnash508/EarthquakesNOAA documentation built on May 14, 2019, 5:25 p.m.