R/miceadds_call_internal.R

Defines functions miceadds_call_internal

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

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 Jan. 7, 2023, 1:09 a.m.