eq_clean_data: Data cleaning and manipulation from raw NOAA data

Description Usage Arguments Details Value Examples

View source: R/Data_cleaning.R

Description

Data cleaning and manipulation from raw NOAA data

Usage

1

Arguments

data

a data frame of NOAA earthquake.

Details

This function takes NOAA earthquake data and creates a Date column of type date by combining Year, Mo and Dy. It then makes sure that Longitude and Latitude are of type numeric

Value

A tibble with a new column Date but removing Year, Mo & Dy variables of the input data frame.

Examples

1
2

adeel1997/noaaquake documentation built on Dec. 18, 2021, 10:27 p.m.