R/sirt_sup.R

Defines functions sirt_sup

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

## sort(unique(paste(x)))
sirt_sup <- function(x)
{
    sort(unique(paste(x)))
}

Try the sirt package in your browser

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

sirt documentation built on Aug. 11, 2023, 5:07 p.m.