eq_location_clean: Clean Location information

Description Usage Arguments Value Examples

View source: R/eq_data.R

Description

Remove country and colomns from location information. Also convert names to title case

Usage

1

Arguments

data

dataframe to clean-up with column LOCATION_NAME

Value

A dataframe with modified LOCATION_NAME column

Examples

1
2
3
4
5
## Not run: 
data <- readr::read_delim("./signif.txt", delim = "\t") %>%
  eq_location_clean()

## End(Not run)

eregmig/earthquake documentation built on May 17, 2019, 7:04 p.m.