eq_clean_data: eq_clean_data

Description Usage Arguments Value Examples

View source: R/clean_data.R

Description

this function takes raw NOAA data frame and returns a clean data frame with a date column created by uniting the year, month, day and converting it to the Date class, LATITUDE and LONGITUDE columns converted to numeric class

Usage

1

Arguments

input

set Dataset depicting the raw NOAA data frame.

Value

This function returns a dataframe with the NOAA data frame cleaned.

Examples

1
2
3
4
5
## Not run: 
input = read_delim("data/signif.txt", delim = "\t")
dataset = eq_clean_data(input)

## End(Not run)

marcelamu95/earthquakeGeoms documentation built on Nov. 21, 2019, 4:46 a.m.