eq_clean_data: Clean database NOAA

Description Usage Arguments Value Source See Also Examples

Description

The function eq_clean_data read a database and returns a database with special formats of some columns.

Usage

1
eq_clean_data(earthquakes)

Arguments

earthquakes

to enter a database of NOAA.

Value

if file exists, this function read the file and return a database as a data frame where date, latitude and longitude have special formats.

Source

This capstone project will be centered around a dataset obtained from the U.S. National Oceanographic and Atmospheric Administration (NOAA) on significant earthquakes around the world. This dataset contains information about 5,933 earthquakes over an approximately 4,000 year time span.

See Also

eq_location_clean

Examples

1
## Not run: eq_clean_data("earthquakes.tsv.gz")

RG9303/ProjectRGCapstone documentation built on Sept. 23, 2020, 12:43 a.m.