R/sirt_summary_print_display.R

Defines functions sirt_summary_print_display

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

sirt_summary_print_display <- function(symbol="-", len=65)
{
    res <- paste0( paste0(rep(symbol, len), collapse=''), '\n' )
    return(res)
}

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.