Nameperson<-function(x){
splitword<-unlist(strsplit(x,""))
return(paste0(toupper(splitword[1]),paste0(splitword[-1],collapse="")))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.