We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a4f37 commit 9ddf391Copy full SHA for 9ddf391
man/mergelist.Rd
@@ -31,7 +31,7 @@
31
Heuristically speaking, the \emph{join-from} table searches the \emph{join-to} table. More precisely:
32
\itemize{
33
\item{ \code{mult} determines the policy when a row of \emph{join-from} finds multiple matches in \emph{join-to}. }
34
- \item{ When \code{on} is missing, the key of \emph{join-to} is used as the join column(s). }
+ \item{ When \code{on} is missing, the join column(s) are determined by the key of \emph{join-to}. }
35
}
36
Whether each refers to the "left" or "right" table of a pair depends on the \code{how} argument:
37
\enumerate{
0 commit comments