Description Usage Arguments Examples
View source: R/Module3_functions.R
This function creates leaflet map labels
1 |
data |
dataset with variables LOCATION_NAME, EQ_PRIMARY (magnitude) and TOTAL_DEATHS for number of deaths |
1 2 3 4 5 6 | ## Not run:
# With several countries and popup text
data <- data.frame(LOCATION_NAME = "FINLAND", EQ_PRIMARY = "0.0", TOTAL_DEATHS = NA)
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.