Nothing
# Copyright (C) Kevin R. Coombes, 2007-2012
###
### ALLGENERICS.R
###
if (!isGeneric("as.data.frame")) {
setGeneric("as.data.frame",
function(x, row.names=NULL, optional=FALSE, ...)
standardGeneric("as.data.frame"))
}
if (!isGeneric("as.matrix")) {
setGeneric("as.matrix",
function(x, ...) standardGeneric("as.matrix"))
}
if (!isGeneric("summary")) {
setGeneric("summary",
function(object, ...) standardGeneric("summary"))
}
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.