conv2sc | R Documentation |
Helper function to convert capital letters into Unicode small caps. May not work for all font families. Note that there's no Unicode small cap 'X', so 'X' will just be converted to 'x'.
conv2sc(x)
x |
A string where all capital letters should be converted to small caps. |
A string where all capital letters have been converted to small caps.
my_string <- 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
conv2sc(my_string)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.