R/show-methods.R

# show: Overwrite the default of the show method that prints everything

setMethod("show", signature(object = "ANY"), function(object) {
    summaryShort(object)
}) 

Try the simsem package in your browser

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

simsem documentation built on March 29, 2021, 1:07 a.m.