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 May 29, 2024, 8:43 a.m.