Description Usage Arguments Details Value Examples
This function clean historical data and prepare it for next steps in analysis
1 |
data |
A data frame with NOAA Significant Earthquake Database |
This function creates a vector of HTML-formatted labels using supplied
DAY
linetype
MONTH
LATITUDE
LONGITUDE
EQ_PRIMARY
TOTAL_DEATHS
YEAR
d
cleaned and transformed data frame for further analysis
1 2 3 | library(dplyr); library(lubridate)
NOAA_quakes%>%
clear_data()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.