| emphasisCard {r2resize} | R Documentation | 
Create an Emphasis Card
Description
Emphasis container
Usage
emphasisCard(..., bg.color = NULL)
Arguments
| ... | content of the card | 
| bg.color | content background color | 
Value
container with a moving border to denote emphasis
More examples for r2resize
More examples and demo pages are located at this link - https://r2resize.obi.obianom.com.
Examples
#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"
)
[Package r2resize version 1.9.1 Index]