1 Load packages 2 Use Case 3 Way 4 Reproducibility 1 Load packages library(tidyverse) # data wrangling 2 Use Case Some times some nice emojis or icons are of benefit for your new post, right? But, what’s a useful way to implement icons? 3 Way Here’s a quick way of incorporating FontAwesome icons to your RMarkdown document: <center> <font size="15"> ```r library(fontawesome) fa("r-project", fill = "steelblue") fa("bolt-lightning", fill = "steelblue") fa("discourse", fill = "steelblue") fa("rocket", fill …