Skip to content
Snippets Groups Projects
Commit aee1420e authored by Felix Cheung's avatar Felix Cheung Committed by Shivaram Venkataraman
Browse files

[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 <felixcheung_m@hotmail.com>

Closes #13782 from felixcheung/rcountdoc.
parent 46d98e0a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment