Nothing
`dashes` <- function() {
return(c("\u002d", "\u2013"))
}
`tildae` <- function() {
return(c("\u007e", "\u223c", "\u00ac", "\u223d"))
}
`singlequotes` <- function() {
return(c("\u00b4", "\u0060", "\u2018", "\u2019"))
}
`doublequotes` <- function() {
return(c("\u201c", "\u201d"))
}
`spaces` <- function() {
return("\u00a0") # multibyte space
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.