R/attach.environment.sirt.R

Defines functions .attach.environment.sirt

## File Name: attach.environment.sirt.R
## File Version: 0.07
##################################################
# attach all elements of an object in an environment
.attach.environment.sirt <- function( res, envir ){
    CC <- length(res)
    for (cc in 1:CC){
        assign( names(res)[cc], res[[cc]], envir=envir )
                    }
            }
##################################################

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.