eq_clean_data: Receive the raw earthquake dataset and clean it to make it...

Description Usage Arguments Value Examples

View source: R/cleandata.R

Description

Receive the raw earthquake dataset and clean it to make it usable for visualisation

Usage

1
eq_clean_data(df_raw_NOAA)

Arguments

df_raw_NOAA

The raw earthquake dataset

Value

Returns a clean dataset with an added DATE column

Examples

1
2
3
4
## Not run: 
 df_cleaneddata <- eq_clean_data(readr::read_delim("earthquakes.tsv.gz",delim = "\t"))

## End(Not run)

pvisser82/earthquakedata documentation built on May 19, 2019, 3:05 a.m.