eq_location_clean: Tidies the earthquakes' location name variable up.

Description Usage Arguments Value See Also Examples

Description

With eq_location_clean you can get rid of the country in the LOCATION_NAME variable of the NOAA's quake database; it also changes the LOCATION_NAME variable into title case.

Usage

1

Arguments

data

A data frame or tibble object with the LOCATION_NAME processed variable.

Value

Returns a tibble object.

See Also

eq_clean_data for process other key variables.

Examples

1
2
raw_data <- download_earthquake_data()
clean_data <- eq_location_clean(raw_data)

Cesar-Urteaga/rnoaa documentation built on May 10, 2019, 5:16 a.m.