Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge with master
  • Loading branch information
Narine Kokhlikyan committed Jul 21, 2016
commit 60491b98d5cea46fc752e09fcc8306bcfc9423d0
5 changes: 3 additions & 2 deletions R/pkg/R/DataFrame.R
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ dapplyInternal <- function(x, func, schema) {
#' @rdname dapply
#' @aliases dapply,SparkDataFrame,function,structType-method
#' @name dapply
#' @seealso dapplyCollect \link{dapplyCollect}
#' @seealso \link{dapplyCollect}
#' @export
#' @examples
#' \dontrun{
Expand Down Expand Up @@ -1347,8 +1347,9 @@ setMethod("dapply",
#' The output of func should be a R data.frame.
#' @family SparkDataFrame functions
#' @rdname dapplyCollect
#' @aliases dapplyCollect,SparkDataFrame,function-method
#' @name dapplyCollect
#' @seealso dapply \link{dapply}
#' @seealso \link{dapply}
#' @export
#' @examples
#' \dontrun{
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.