eq_clean_data: Function to Create Date of Occurrence of Earthquake.

Description Usage Arguments Value Examples

View source: R/earthquake.R

Description

The goal of the function is to The clean data frame so that it has the following: (i) A date column created by uniting the year, month, day and converting it to the Date class. (ii) LATITUDE and LONGITUDE columns converted to numeric class.

Usage

1
eq_clean_data(raw_data)

Arguments

raw_data

Data file on earthquakes from U.S. National Oceanographic and Atmospheric Administration (NOAA).

Value

An object of class data.frame or tbl_df or tibble.

Examples

1

Noob-Programr/noaa documentation built on Dec. 17, 2021, 5:26 a.m.