eq_clean_data: Tidying the raw NOAA dataset

Description Usage Arguments Value Examples

Description

This function takes raw NOAA data frame and returns a clean data frame. The clean data frame have the following: 1. A date column created by uniting the year, month, day and converting it to the Date class 2. LATITUDE and LONGITUDE columns converted to numeric class

Usage

1

Arguments

df

The raw dataset from NOAA website.

Value

This function returns the cleaned dataset as in the description.

Examples

1
## Not run: eq_tidy_data <- eq_clean_data(eq_download_data())

perfectslumber/NOAAsignif documentation built on May 23, 2019, 5:04 a.m.