eq_clean_data: Read the earthquake data from file and tidy it up

Description Usage Arguments Value Examples

Description

Read the earthquake data from file and tidy it up

Usage

1

Arguments

file

character vector with the file path containing the earthquake data

Value

data table that contains the cleaned earthquake data

Examples

1
2
3
4
## Not run: 
eqdata <- eq_clean_data (file = system.file("extdata", "signif.txt", package="earthquakes"))

## End(Not run)

bernd-mueller/earthquakes documentation built on May 7, 2019, 8 a.m.