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 6076700 commit 426ffedCopy full SHA for 426ffed
R/pkg/R/DataFrame.R
@@ -2850,7 +2850,7 @@ setMethod("intersect",
2850
2851
#' intersectAll
2852
#'
2853
-#' Return a new SparkDataFrame containing rows only in both this SparkDataFrame
+#' Return a new SparkDataFrame containing rows in both this SparkDataFrame
2854
#' and another SparkDataFrame while preserving the duplicates.
2855
#' This is equivalent to \code{INTERSECT ALL} in SQL. Also as standard in
2856
#' SQL, this function resolves columns by position (not by name).
0 commit comments