Description Usage Arguments Details Value Note Examples
use_testthat()
1 | eq_data_read(filename)
|
filename |
The name of the NOAA earthquake data file |
Function for reading the NOAA earthquake data file
This function returns tbl_df object (earthquake data)
The function will stop If the filename does not exist (error message)
1 2 3 4 5 | ## Not run:
filename<-system.file("data","earthquakes_data.txt.zip",package="capstone")
eq_data_read(filename)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.