Emphasis container
More examples for r2resize
More examples and demo pages are located at this link - https://r2resize.obi.obianom.com.
Examples
if (FALSE) {
#make a simple emphasis card
#add as much content as need
r2resize::empahsisCard(
"sample rpkg.net 1",
"sample rpkg.net 2 "
)
#specify the color of the background
r2resize::empahsisCard(
"sample rpkg.net 1",
"sample rpkg.net 2 ",
bg.color = "brown"
)
}