From aee1420eca64dfc145f31b8c653388fafc5ccd8f Mon Sep 17 00:00:00 2001 From: Felix Cheung Date: Mon, 20 Jun 2016 12:31:00 -0700 Subject: [SPARKR] fix R roxygen2 doc for count on GroupedData ## What changes were proposed in this pull request? fix code doc ## How was this patch tested? manual shivaram Author: Felix Cheung Closes #13782 from felixcheung/rcountdoc. --- R/pkg/R/group.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3