eq_clean_data: Basic Cleaning of Raw NOAA Dataset

Description Usage Arguments Value Examples

View source: R/eq_clean.R

Description

Performs basic cleaning of raw NOAA Significant Earthquakes dataset

Usage

1

Arguments

tbl

Data frame of NOAA Significant Earthquakes dataset. Ready for the pipe from readr::read_* family of functions.

Value

Data frame.

Examples

1
2
3
4
## Not run: 
readr::read_tsv(infile) %>% eq_clean_data()

## End(Not run)

avidclam/msdr5 documentation built on May 29, 2019, 11:02 p.m.