R/sirt_progress_cat.R

Defines functions sirt_progress_cat

## File Name: sirt_progress_cat.R
## File Version: 0.04

sirt_progress_cat <- function(progress)
{
    if (progress){
        cat('\n')
    }
}

Try the sirt package in your browser

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

sirt documentation built on May 29, 2024, 8:43 a.m.