eq_clean_data: Function to clean Earthquake dataframe

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Function to clean Earthquake dataframe

Usage

1

Arguments

data

dataframe obtained from the eq_read_data

Value

dataframe with a new DATE, LATITUDE and LONGITUDE column

Examples

1
2
3
4
5
## Not run: 
file<-system.file("extdata","earthquakes_data.txt.zip",package="Capstone")
eq_clean_data(eq_read_data(file))

## End(Not run)

Fr3ddy1/Capstone documentation built on May 26, 2019, 7:43 p.m.