load_NOAA_db: Read the NOAA significant Earth quake data file...

Description Usage Arguments Value Examples

View source: R/read_and_clean_NOAA_data.R

Description

Check the existance of the input file. Read the file as a tsvm tab seperated file

Usage

1
load_NOAA_db(data_file)

Arguments

data_file

character string

Value

a tbl_df dataframe

Examples

1
2
3
4
5
## Not run: 
source_noaa <- system.file("extdata","signif.txt",package="NOAAsignifEarthQuakes",mustWork=TRUE)
all_data <- load_NOAA_db(source_noaa)

## End(Not run)

BreizhZut/NOAAsignifEarthQuakes documentation built on Nov. 10, 2019, 3:45 p.m.