R/cdm_attach_exported_function.R

Defines functions cdm_attach_exported_function

## File Name: cdm_attach_exported_function.R
## File Version: 0.01


cdm_attach_exported_function <- function(pack, fun)
{
    CDM_require_namespace(pkg=pack)
    fn <- paste0(pack, paste0(rep(":",2), 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.