HyukjinKwon commented on a change in pull request #34258:
URL: https://github.com/apache/spark/pull/34258#discussion_r727609655
##########
File path: R/pkg/R/functions.R
##########
@@ -1479,6 +1479,19 @@ setMethod("max",
column(jc)
})
+#' @details
+#' \code{max_by}: Returns the value associated with the maximum value of ord.
+#'
+#' @rdname column_aggregate_functions
+#' @aliases max_by max_by,Column-method
+#' @note max_by since 3.3.0
Review comment:
can we add a short example with donotrun? e.g.)
https://github.com/apache/spark/blob/15cc6ea674047411ce5f1ea618a3a4f2c243fdcb/R/pkg/R/functions.R#L194-L201
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]