eq_read_data: Read in the NOAA earthquake raw data file

Description Usage Arguments Value Note Examples

Description

This function reads in a tab-delimited NOAA earthquake file.

Usage

1
eq_read_data(filename)

Arguments

filename

A character string giving the name of the file

Value

This function returns a tbl_df object.

Note

An error message is printed if the file is not found.

Examples

1
my_raw_data <- eq_read_data(filename="NOAA_earthquakes.txt")

lmitchell4/earthquake documentation built on May 29, 2019, 3:42 a.m.