R/sirt_sign_space.R

Defines functions sirt_sign_space

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

sirt_sign_space <- function(sign1="=")
{
    return( paste0(' ', sign1, ' ') )
}

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.