R/SRM_CLOSE_SINK.R

Defines functions SRM_CLOSE_SINK

## File Name: SRM_CLOSE_SINK.R
## File Version: 0.01

SRM_CLOSE_SINK <- function(file=NULL)
{
    if (!is.null(file)){ sink() }
}

Try the srm package in your browser

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

srm documentation built on Nov. 3, 2022, 5:06 p.m.