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() }
}
alexanderrobitzsch/srm documentation built on Nov. 5, 2022, 4:47 p.m.