Skip to content

Commit 631a96b

Browse files
Update man/mergelist.Rd
Co-authored-by: Michael Chirico <[email protected]>
1 parent 5d2b60b commit 631a96b

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
@@ -37,7 +37,7 @@
3737
\enumerate{
3838
\item{ \code{how \%in\% c("left", "semi", "anti")}: \emph{join-from} is \emph{LHS}, \emph{join-to} is \emph{RHS}. }
3939
\item{ \code{how == "right"}: \emph{join-from} is \emph{RHS}, \emph{join-to} is \emph{LHS}. }
40-
\item{ \code{how \%in\% c("inner", "full")}: \emph{LHS} and \emph{RHS} are treated equally, so that each is both \emph{join-from} and \emph{join-to}. }
40+
\item{ \code{how \%in\% c("inner", "full")}: \emph{LHS} and \emph{RHS} are treated equally, so that the \emph{join-from}/\emph{join-to} designation is not so instructive. }
4141
\item{ \code{how == "cross"}: \code{mult} must be \code{"all"} and \code{on} is not used, so the terms are not relevant. }
4242
}
4343

0 commit comments

Comments
 (0)