eq_location_clean: Internal function to clean earthquake location data

Description Usage Arguments Details Value Note Examples

View source: R/cleaning.R

Description

Internal function to clean earthquake location data

Usage

1

Arguments

data

A data frame with raw data obtained from NOAA website

Details

This function transforms NOAA data frame LOCATION_NAME column by trimming the country name (if applicable) and converting to title case

Value

A data frame with cleaned LOCATION_NAME column

Note

Internal package use only

Examples

1
2
3
4
## Not run: 
clean_data <- eq_location_clean(data)

## End(Not run)

blauwers/rEarthQuakes documentation built on May 7, 2019, 2:54 a.m.