R/rm_sdt_create_partable_include_index.R

Defines functions rm_sdt_create_partable_include_index

## File Name: rm_sdt_create_partable_include_index.R
## File Version: 0.05


rm_sdt_create_partable_include_index <- function(partable)
{
    partable <- data.frame( index=1:nrow(partable), partable)
    return(partable)
}

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.