R/ctapply.R

Defines functions ctapply

Documented in ctapply

ctapply <- function(X, INDEX, FUN, ..., MERGE=c) .External(C_ctapply, parent.frame(), X, INDEX, FUN, MERGE, ...)
s-u/fastmatch documentation built on Feb. 18, 2024, 4:54 p.m.