Nothing
addInfo <- function(quartet, dat){
quartet$quartetInfo$ORDER <- 1: nrow(quartet$quartetInfo)
dat <- merge(dat, quartet$quartetInfo)
dat <- dat[order(dat$ORDER), ]
dat <- dat[, -which(colnames(dat) == "ORDER")]
return(dat)
}
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.