Description Usage Arguments Details Value Examples
Creates a label for leaflet map
This function creates a label for the leaflet map based on location name, magnitude and casualties from NOAA earthquake data
| 1 | 
| data | A data frame containing cleaned NOAA earthquake data | 
The input data.frame needs to include columns LOCATION_NAME,
EQ_PRIMARY and TOTAL_DEATHS with the earthquake location, magintude and total casualties respectively.
A character vector with labels
| 1 2 3 4 | ## Not run: 
eq_create_label(data)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.