Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13760#discussion_r67777908
  
    --- Diff: R/pkg/R/group.R ---
    @@ -150,16 +150,9 @@ createMethods()
     #' Applies a R function to each group in the input GroupedData
     #'
     #' @param x a GroupedData
    -#' @param func A function to be applied to each group partition specified 
by GroupedData.
    -#'             The function `func` takes as argument a key - grouping 
columns and
    -#'             a data frame - a local R data.frame.
    -#'             The output of `func` is a local R data.frame.
    -#' @param schema The schema of the resulting SparkDataFrame after the 
function is applied.
    -#'               The schema must match to output of `func`. It has to be 
defined for each
    -#'               output column with preferred output column name and 
corresponding data type.
    -#' @return a SparkDataFrame
     #' @rdname gapply
     #' @name gapply
    +#' @seealso gapplyCollect \link{gapplyCollect}
    --- End diff --
    
    please add `@export`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to