R/osink.R

Defines functions osink

Documented in osink

## File Name: osink.R
## File Version: 1.09


osink <- function( file, suffix, append=FALSE)
{
    if ( ! is.null( file ) ){
        sink( paste0( file, suffix), split=TRUE, append=append )
    }
}

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.