Nothing
crewate_favicons <- function()
{
# 1. generate logo.svg
library(gap)
svg("logo.svg")
INF <- Sys.getenv("INF")
d <- read.csv(file.path(INF,"work","INF1.merge.cis.vs.trans"),as.is=TRUE)
r <- pqtl2dplot(d)
dev.off()
# 2. build favicons
library(pkgdown)
build_favicons(overwrite=TRUE)
}
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.