Description Usage Arguments See Also Examples
Draw earthquake locations from noaa dataset on leaflet map.
1 |
data |
(tbl_df) noaa dataset cleaned with |
annot_col |
(character) column to be used as labels |
1 2 3 4 5 6 7 | ## Not run:
system.file("extdata", "noaa_earthquakes.tsv", package = "noaa") %>%
eq_read_data %>%
eq_clean_data %>%
eq_map(annot_col = "DATE")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.