eq_location_clean: eq_location_clean

Description Usage Arguments Value Examples

View source: R/eq_clean.R

Description

given strings of location name, removes everything before the ':'

Usage

1

Arguments

data

quake data–designed for builtin dataset

Value

quake data with cleaned location names

Examples

1
2
3
data <- Earthquakes::eq_get_data_raw() %>%
  Earthquakes::eq_clean_data() %>%
  Earthquakes::eq_location_clean()

cmpear/Earthquakes documentation built on Feb. 1, 2020, 2:19 p.m.