R/it_calls.R

"itCall" <- function(symbol, ...)
{
    args <- list(...)
    CLASSES <- as.character(sapply(args, function(x) class(x)[1L]))
    COPY <- rep(FALSE, length(args))
    .Call(symbol, ..., COPY = COPY, CLASSES = CLASSES, PACKAGE = "ifultools")
}

Try the ifultools package in your browser

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

ifultools documentation built on July 14, 2022, 5:07 p.m.