Description Usage Arguments Value Examples
A Function to create map to visualize the earthquake Dataset
1 |
annot_col |
A charater |
data |
A Dataframe |
A leaflet Map
1 2 3 4 5 6 | ## Not run:
data = system.file('extdata', 'earthquakesData.tsv', package ='masteringSoftwareDevelopmentinR')
eq_map(eq_clean_data(read_data(data)))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.