This function provide some metadata about the included Font Awesome assets in the fontawesome package. The list that is returned has the following components:
version: The released version number for the Font Awesome iconsicon_count: The total count of unique Font Awesome iconsicon_names: A vector of short names (e.g.,"npm","drum", etc.) for all included iconsicon_names_full: A vector containing the full names (e.g.,"fab fa-npm","fas fa-drum", etc.) for all included iconsicon_names_fa(r|s|b): Vectors of short names within the regular ("r"), solid ("s"), and brand ("b") groupsicon_names_full_fa(r|s|b): Vectors with the full names of icons within the regular ("r"), solid ("s"), and brand ("b") groups
Examples
if (interactive()) {
# Get information on the Font Awesome
# assets included in this package
fa_metadata()
}