Nothing
setCustomFindCdf <- function(fcn, ...) {
# Argument 'fcn':
if (!is.function(fcn)) {
stop("Argument 'fcn' is not a function: ", mode(fcn))
}
settings <- getOption("affxparser.settings")
if (is.null(settings))
settings <- list()
oldFcn <- settings$methods$findCdf
settings$methods$findCdf <- fcn
options("affxparser.settings"=settings)
invisible(oldFcn)
} # setCustomFindCdf()
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.