##
## +
`+` = function(x, y){
if( is.character(x) & is.character(y) ){
return( paste0(x, y) )
}else{
`+` <- base::`+`
return( x + y )
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.