Nothing
.annBuilderParseSourceURLs <- function() {
dataFile <- "sourceURLs.txt"
cols <- rep("character", 2)
df <- read.table(dataFile, header=TRUE, colClasses=cols)
sourceURLs <- as.list(df$url)
names(sourceURLs) <- df$name
sourceURLs
}
sourceURLs <- .annBuilderParseSourceURLs()
rm(.annBuilderParseSourceURLs)
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.