This is a wrapper to put HTML-tag around character string input to be rendered as boldfaced small capital in the output document of an R Markdown file.
scaps_bold(x)
x | A character string (e.g. a word or phrase). |
---|
Boldfaced, small capital character string.
scaps_bold("happiness")#> [1] "<span style = 'font-variant:small-caps;'>__happiness__</span>"