Description Usage Arguments Value See Also Examples
It should be used for genereting more informative labels.
1 |
df |
data.frame - cleaned earthquake data |
data.frame - earthquake data with an addditional event description variable in a html format.
1 2 3 4 5 6 7 8 9 | df = eq_ReadQuake()
library(dplyr)
eq_CleanData(df) %>%
eq_GenLocationName() %>%
dplyr::filter(COUNTRY == "MEXICO" & lubridate::year(DATE) >= 1980) %>%
eq_CreateLabel() %>%
eq_Map(label = "popup_text")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.