eq_location_clean: Add a LOCATION column

Description Usage Arguments Value Examples

View source: R/eq_location_clean.R

Description

This function takes a NOAA data frame and adds a LOCATION column from LOCATION_NAME

Usage

1

Arguments

Data

A raw NOAA data frame

Value

eq_location_clean returns a data frame with a LOCATION column.

Examples

1
2
3
4
5
## Not run: 
read_delim(system.file("extdata", "signif.txt", package = "TheCapstoneProject"), delim = '\t') %>%
eq_location_clean()

## End(Not run)

ekawabata/TheCapstoneProject documentation built on June 27, 2020, 7:58 a.m.