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')
    }
}
alexanderrobitzsch/sirt documentation built on Sept. 8, 2024, 2:45 a.m.