Description Usage Arguments Details Value Warning Examples
A system to produce HTML special characters.
1 | SC(text, copy2clip = interactive())
|
text |
A character vector or text copied to the clipboard. Default is to read from the clipboard. |
copy2clip |
logical. If |
The general use of SC
is to provide a character string of length
2. The first character is a letter and the second is one of the following
symbols:
c("'", "'", ":", "~", "^", "/", "o", ",")
Which corresponds to:
c("acute", "grave", "uml", "tilde", "circ", "slash", "ring", "cedil")
See examples for cases not conforming to this use.
Returns an HTML special character entity.
The user can create non-HTML characters with SC
that will not
be converted (i.e., SC("b~")
would yield "&btilde;"
and would
not be converted appropriately).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.