R/miceadds_call_internal.R

Defines functions miceadds_call_internal

## File Name: miceadds_call_internal.R
## File Version: 0.11

miceadds_call_internal <- function(pkg, fct, args, value)
{
    res <- paste0( value, ' <- ', pkg, paste0(rep(':',3), collapse=''), fct )
    res <- paste0(res, args)
    return(res)
}

Try the miceadds package in your browser

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

miceadds documentation built on March 13, 2026, 5:06 p.m.