Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/21434#discussion_r191090725
--- Diff: R/pkg/R/functions.R ---
@@ -3048,6 +3048,26 @@ setMethod("array_position",
column(jc)
})
+#' @details
+#' \code{array_repeat}: Creates an array containing the left argument
repeated the number of times
+#' given by the right argument.
--- End diff --
let's change this to
```
#' \code{array_repeat}: Creates an array containing \code{x} repeated the
number of times
#' given by \code{count}.
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]