R/slca_print_progress_end.R

Defines functions slca_print_progress_end

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

slca_print_progress_end <- function(s1, s2, progress)
{
    if (progress){
        cat("----------------------------------- \n")
        cat("Start:", paste(s1), "\n")
        cat("End:", paste(s2), "\n")
        cat("Difference:", print(s2 -s1), "\n")
        cat("----------------------------------- \n")
    }
}

Try the CDM package in your browser

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

CDM documentation built on Aug. 25, 2022, 5:08 p.m.