Skip to content

Commit f8cd58b

Browse files
committed
update docs
1 parent 0e94a06 commit f8cd58b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

man/chunk.apply.Rd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ res}
9797
\code{FUN} should be considered independent. However, \code{CH.MERGE}
9898
is always run in the current session and thus is allowed to have
9999
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).
100107
}
101108
%\references{
102109
%}

0 commit comments

Comments
 (0)