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

References

Rajeg, G. P. W. (2018). Scapr [R]. https://doi.org/10.5281/zenodo.1327273. https://gederajeg.github.io/scapr/ (Original work published 2018)

Examples

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