Skip to content

Commit fe27b0c

Browse files
committed
wording
1 parent f1526fc commit fe27b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/R/DataFrame.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2314,7 +2314,7 @@ setMethod("dropDuplicates",
23142314
#' Column expression. If joinExpr is omitted, the default, inner join is attempted and an error is
23152315
#' thrown if it would be a Cartesian Product. For Cartesian join, use crossJoin instead.
23162316
#' @param joinType The type of join to perform, default 'inner'.
2317-
#' Must be one of: 'inner', 'cross', 'outer', 'full', 'full_outer',
2317+
#' Must be any of: 'inner', 'cross', 'outer', 'full', 'full_outer',
23182318
#' 'left', 'left_outer', 'right', 'right_outer', 'left_semi', and 'left_anti'.
23192319
#' @return A SparkDataFrame containing the result of the join operation.
23202320
#' @family SparkDataFrame functions

0 commit comments

Comments
 (0)