View source: R/plugin-awesomeMarkers.R
| makeAwesomeIcon | R Documentation | 
Make Awesome Icon
makeAwesomeIcon(
  icon = "home",
  library = "glyphicon",
  markerColor = "blue",
  iconColor = "white",
  spin = FALSE,
  extraClasses = NULL,
  squareMarker = FALSE,
  iconRotate = 0,
  fontFamily = "monospace",
  text = NULL
)
icon | 
 Name of the icon  | 
library | 
 Which icon library. Default   | 
markerColor | 
 Possible values are   | 
iconColor | 
 The color to use for the icon itself. Use any CSS-valid color (hex, rgba, etc.) or a named web color.  | 
spin | 
 If   | 
extraClasses | 
 Additional css classes to include on the icon.  | 
squareMarker | 
 Whether to use a square marker.  | 
iconRotate | 
 Rotate the icon by a given angle.  | 
fontFamily | 
 Used when   | 
text | 
 Use this text string instead of an icon. Argument of
  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.