Learn R Programming

highcharter (version 0.4.0)

fa_icon: Helpers functions to get FontAwesome icons code

Description

Helpers functions to get FontAwesome icons code

Usage

fa_icon(iconname = "circle")
fa_icon_mark(iconname = "circle")

Arguments

iconname
The icon's name

Examples

Run this code

fa_icon("car")


fa_icon_mark("car")

fa_icon_mark(iconname = c("car", "plane", "car"))

Run the code above in your browser using DataLab