letter <-
function(x){
alphabet <- c("A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z")
return(sample(alphabet,size = 1))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.