Description Usage Arguments Examples
Function used to create a pop-up that contains each earthquake information
1 |
data |
the data obtained from NOAA . |
1 2 3 4 5 6 7 8 | ## Not run:
noaa %>%
eq_clean_data() %>%
dplyr::filter(COUNTRY == "MEXICO" & lubridate::year(DATE) >= 2000) %>%
dplyr::mutate(popup_text = eq_create_label(.)) %>%
eq_map(annot_col = "popup_text")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.