addnl <-
function(File){
#note tht the <<- notation declares file as a global variable
File =paste(File,"\n",sep="")
return(File)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.