Nothing
datasets = function(){
cat("=====================================\n")
cat(" Available datasets in package desk. \n")
cat("=====================================\n\n")
a = data(package = "desk")$results[,3:4]
a = as.table(cbind(Name = a[,1], Description = a[,2]))
row.names(a) = 1:dim(a)[1]
return(a)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.