eq_location_clean: Function to clean the LOCATION_NAME column in the NOAA...

Description Usage Arguments Value Examples

Description

Function to clean the LOCATION_NAME column in the NOAA earthquake dataset

Usage

1

Arguments

raw_data

A data frame with raw data obtained from NOAA website

Value

A data frame with cleaned LOCATION_NAME column

Examples

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

## End(Not run)

CarlosSilva34/RCapstone documentation built on May 6, 2019, 4:10 p.m.