Nothing
library(brickset) data(legosets, package = 'brickset') cat('\\describe{\n') for(i in seq_len(ncol(legosets))) { cat(paste0('\\item{', names(legosets)[i], '}{', class(legosets[,i]), '; ', length(unique(legosets[,i])), ' unique values}\n')) } cat('}')
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.