We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e94a06 commit f8cd58bCopy full SHA for f8cd58b
1 file changed
man/chunk.apply.Rd
@@ -97,6 +97,13 @@ res}
97
\code{FUN} should be considered independent. However, \code{CH.MERGE}
98
is always run in the current session and thus is allowed to have
99
side-effects.
100
+
101
+ \code{chunk.tapply} requires that the input is sharded by key, i.e.
102
+ records with the same key must be adjacent (similar to
103
+ \code{\link{ctapply}}). The function \code{FUN} is then guaranteed to
104
+ be called for all values of exactly one key at a time (unlike
105
+ \code{\link{chunk.apply}} which always processes the entire chunk
106
+ which may contain multiple keys).
107
}
108
%\references{
109
%}
0 commit comments