R/SRM_OPEN_SINK.R

Defines functions SRM_OPEN_SINK

## File Name: SRM_OPEN_SINK.R
## File Version: 0.02

SRM_OPEN_SINK <- function(file, suffix="__SUMMARY.Rout")
{
    if (!is.null(file)){
        sink(paste0(file, suffix), split=TRUE)
    }
}

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.