load_raw_data: Load the raw dataset from a text file

Description Usage Arguments Value Examples

View source: R/module1.R

Description

This function reads the U.S. National Oceanographic and Atmospheric Administration (NOAA) dataset on earthquakes

Usage

1
load_raw_data(filename = "data/NOAA.txt")

Arguments

filename

(optional) the raw NOAA data to be cleaned

Value

data.frame containing the NOAA data

Examples

1
## Not run: load_raw_dataset()

BFavetto/EarthquakeAnalysis documentation built on Dec. 17, 2021, 9:50 a.m.