eq_location_clean: eq_location_clean

Description Usage Arguments Details Value References Examples

Description

A function to clean the LOCATION_NAME column from the NOAA data frame.

Usage

1

Arguments

NOAAdata

Is a data frame in dplyr format of NOAA data.

Details

eq_location_clean cleans the LOCATION_NAME column from the NOAA data frame by stripping out the country name (including the colon) and converting names to title case.

Value

A version of the NOAA data frame with a clean formatted LOCATION_NAME column

References

https://www.ngdc.noaa.gov/nndc/struts/form?t=101650&s=1&d=1

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
eq_location_clean(NOAAdf)

## End(Not run)

## Not run: 
eq_location_clean()

## End(Not run)

Darwinita/EarthquakingLCP documentation built on May 12, 2019, 8:40 a.m.