R/summary_sink.R

Defines functions summary_sink

Documented in summary_sink

## File Name: summary_sink.R
## File Version: 0.08

summary_sink <- function( object, file, append=FALSE, ...)
{
    osink( file=file, suffix=".Rout", append=append )
    summary(object=object, ... )
    csink(file=file)
}

Try the CDM package in your browser

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

CDM documentation built on Aug. 25, 2022, 5:08 p.m.