A utility function to turn lower case character into small capitals

scaps(x = NULL)

Arguments

x

A character strings to be turned into small capitals

Value

A character vector

Examples

scaps("happiness is a desired goal")
#> [1] "<span style = 'font-variant:small-caps;'>happiness is a desired goal</span>"