R/cdm_attach_internal_function.R

Defines functions cdm_attach_internal_function

Documented in cdm_attach_internal_function

## File Name: cdm_attach_internal_function.R
## File Version: 0.03

cdm_attach_internal_function <- function(pack, fun)
{
    CDM_require_namespace(pkg=pack)
    fn <- paste0(pack, paste0(rep(":",3), collapse=""), fun)
    fn <- eval(parse(text=fn))
    return(fn)
}

Try the CDM package in your browser

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

CDM documentation built on Aug. 25, 2022, 5:08 p.m.