Description Usage Arguments Value Note Examples
This function reads the raw NOAA earthquake data from the base file and converts it into a clean dataframe for further analysis.
1 | eq_data_read(filename)
|
Dataset |
in a tab-delimited format. |
This function convert the raw input into a dataframe and returns a tibble as an output.
If the base file does NOT exist at the specified directory, the function throws an error message and stops executing.
1 2 3 4 5 | ## Not run:
filename<-system.file("extdata","data.gz",package="NOAAA")
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.