View a table with all available Font Awesome icons for fmt_icon()
Source: R/info_tables.R
info_icons.Rd
fmt_icon()
can be used to render Font Awesome icons within
body cells that reference the icon names. Further to this, the text
transformation functions (e.g., text_case_match()
) allow for the insertion
of these icons as replacement text (so long as you use the fa()
function
from the fontawesome package). Because there is a very large number of
icons available to use in Font Awesome, info_icons()
can be used to
provide us with a table that lists all the icons along with their short and
full names (either can be used with fmt_icon()
). It also contains
acceptable codes for fmt_country()
See also
Other information functions:
info_currencies()
,
info_date_style()
,
info_flags()
,
info_google_fonts()
,
info_locales()
,
info_paletteer()
,
info_time_style()
,
info_unit_conversions()