R/sirt_import_function_value.R

Defines functions sirt_import_function_value

## File Name: sirt_import_function_value.R
## File Version: 0.091

sirt_import_function_value <- function(fun, pkg, ...)
{
    TAM::require_namespace_msg(pkg)
    fun1 <- NULL
    eval(parse(text=paste0('fun1 <- ', pkg,'::', fun)))
    res <- fun1(...)
    return(res)
}

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.