R/tam_cat_flush_console.R

Defines functions tam_cat_flush_console

## File Name: tam_cat_flush_console.R
## File Version: 0.01

tam_cat_flush_console <- function(label)
{
    cat(label)
    utils::flush.console()
}

Try the TAM package in your browser

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

TAM documentation built on May 29, 2024, 2:20 a.m.