cap=function(word){paste(toupper(substr(word,1,1)),substr(word,2,nchar(word)),sep="")} # Capitalize first letter in a word
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.