aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
Diffstat (limited to 'R')
-rw-r--r--R/pkg/R/group.R4
1 files changed, 3 insertions, 1 deletions
diff --git a/R/pkg/R/group.R b/R/pkg/R/group.R
index eba083fe4b..65b9e841be 100644
--- a/R/pkg/R/group.R
+++ b/R/pkg/R/group.R
@@ -58,7 +58,7 @@ setMethod("show", "GroupedData",
#'
#' @param x a GroupedData
#' @return a SparkDataFrame
-#' @rdname agg
+#' @rdname count
#' @export
#' @examples
#' \dontrun{
@@ -83,6 +83,7 @@ setMethod("count",
#' @rdname summarize
#' @name agg
#' @family agg_funcs
+#' @export
#' @examples
#' \dontrun{
#' df2 <- agg(df, age = "sum") # new column name will be created as 'SUM(age#0)'
@@ -160,6 +161,7 @@ createMethods()
#' @return a SparkDataFrame
#' @rdname gapply
#' @name gapply
+#' @export
#' @examples
#' \dontrun{
#' Computes the arithmetic mean of the second column by grouping