Nothing
replacements_S4 <- function(env) {
generics <- getGenerics(env)
unlist(recursive = FALSE,
Map(generics@.Data, generics@package, USE.NAMES = FALSE,
f = function(name, package) {
what <- methodsPackageMetaName("T", paste(name, package, sep = ":"))
table <- get(what, envir = env)
lapply(ls(table, all.names = TRUE), replacement, env = table)
})
)
}
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.