eq_location_clean: Cleaning NOAA earthquake data location values

Description Usage Arguments Details Value Examples

View source: R/eq_clean_data.R

Description

Cleaning NOAA earthquake data location values

Usage

1
eq_location_clean(locationtoclean)

Arguments

locationtoclean

A data frame with raw data obtained from NOAA website

Details

The function cleans the LOCATION_NAME column

Value

A data frame with cleaned LOCATION_NAME column

Examples

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

## End(Not run)

vnmath/SoftwareDevinR documentation built on July 6, 2020, 9:36 a.m.