R/AAADescribable.R

setClass("Describable")

setGeneric("describe", function(object, ...) standardGeneric("describe"))

setMethod("show", "Describable", function(object) {
  cat(describe(object), sep = "\n")
  cat("\n")
})

Try the rsbml package in your browser

Any scripts or data that you put into this service are public.

rsbml documentation built on Nov. 8, 2020, 8:09 p.m.