Description Usage Arguments Value Note Source Examples
Cleaning the Data
1 |
data |
A "-" delimited file with the data concerning earthquakes that can be downloaded from the the NOAA website |
This function returns a dataframe with all the data in a tidy format
We must first read the data
We change the format of the date, and change lognitude and latitudes into numerics
The data should come from the NOOA website
1 2 | \code{ data <- read.delim("results")
eq <- eq_clean_data(data)}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.