export.to.clipboard = function (results) {
write.table(results, "clipboard", sep="\t")
return ("Now you can paste the table into excel, or word, etc")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.