Description Usage Arguments Value Examples
Creates a label with column LOCATION_NAME, EQ_PRIMARY and TOTAL_DEATHS.
1 |
data |
A data.frame containing NOAA earthquake data. |
A string with LOCATION_NAME, EQ_PRIMARY and TOTAL_DEATHS.
1 2 3 4 5 | ## Not run:
mexico.df<- mexico.df %>% dplyr::mutate(popup_text = eq_create_label(.))
eq_map(mexico.df, "popup_text")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.