Skip to content

Commit 5d2b60b

Browse files
committed
Clearer(?) explanation of "mutual mult" in the symmetric case
1 parent 9ddf391 commit 5d2b60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/mergelist.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
Symmetrical \emph{join-from}/\emph{join-to} treatment of \emph{LHS} and \emph{RHS} when \code{how \%in\% c("inner", "full")} is as follows:
5454
\itemize{
55-
\item{ When \code{mult \%in\% c("first", "last", "error")}, then at distinct each value of the join column(s) the rows joined are respectively first-to-first, last-to-last, and only-to-only (or else an error). }
55+
\item{ When \code{mult \%in\% c("first", "last", "error")}, then (respectively) the first, last, or only matching row on each side binds with the same on the other (and hence the merge is one-to-one). }
5656
\item{ If only one table has a key, then this key is used; if both tables have keys, then \code{on = intersect(key(lhs), key(rhs))}, having its order aligned to the shorter key. }
5757
}
5858

0 commit comments

Comments
 (0)