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 )
    }
}
alexanderrobitzsch/CDM documentation built on Aug. 30, 2022, 12:31 a.m.