| display_map | R Documentation | 
This function create a blank Leaflet map using the leaflet function from the leaflet package. If a dataframe is provided, it will be used for the creation of the map.
display_map(df = NULL, basemap = NULL)
| df | A dataframe. If given, its columns can be easily accessed with "~" (eg. ~GC.). | 
| basemap | Deprecated argument. | 
An HTML widget object with graphics layers.
display_map()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.