R/csink.R

Defines functions csink

Documented in csink

## File Name: csink.R
## File Version: 1.02


csink <- function( file)
{
    if ( ! is.null( file ) ){
        sink()
    }
}

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.