eq_clean_data: eq_clean_data

Description Usage Arguments Value Examples

Description

Takes the data frame downloaded from the NOAA and cleans it: converts lattitute and longitude to numeric types, and creates a DATE column.

Usage

1

Arguments

df

a data frame to be cleaned

Value

This function returns a cleaned data frame.

Examples

1
all_hurricanes_clean <- eq_clean_data(all_hurricanes)

seewilds/timelineR documentation built on May 20, 2019, 10 a.m.