eq_location_clean: This function cleans the NOAA earthquake data frame. It...

Description Usage Arguments Value Examples

View source: R/helperFunctions.R

Description

NOAA earthquake data can be downloaded from downloaded from https://www.ngdc.noaa.gov/hazel/view/hazards/earthquake/event-data.

Usage

1

Arguments

eqData

A dataframe containing the unformatted NOAA earthquake data.

Value

A data frame containing all the original fields in the input data, with an additional "country" and "location" field.

Examples

1
## Not run: eq_location_clean(my_input_data_frame)

larkinj/CapstoneOne documentation built on Dec. 21, 2021, 8:50 a.m.