Basic leaflet map of points identified in a us.geonames search
1 2  | gn_leaflet_basic(df, weight = 1, color = "red", fillColor = "red",
  fillOpacity = 0.3, radius = 5)
 | 
df | 
 A dataframe from a us.geonames search  | 
weight | 
 Weight of circle marker border (default = 1)  | 
color | 
 Color of circle marker border (default = "red")  | 
fillColor | 
 Fill color of circle marker (default = "red")  | 
fillOpacity | 
 Opacity of a single marker (default = 0.3)  | 
radius | 
 Radius of circle marker (default = 5)  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.