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
remove comment
  • Loading branch information
aray committed Jul 31, 2017
commit b8784b476ce36eddb054835724b2ef5426f55387
2 changes: 1 addition & 1 deletion R/pkg/R/DataFrame.R
Original file line number Diff line number Diff line change
Expand Up @@ -3014,7 +3014,7 @@ setMethod("describe",
#' @note The statistics provided by \code{summary} were change in 2.3.0 use \code{\link{describe}} for previous defaults.
#' @seealso \code{\link{describe}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto here and the previous line with \code

setMethod("summary",
signature(object = "SparkDataFrame"), #, ... = "character"),
signature(object = "SparkDataFrame"),
function(object, ...) {
statisticsList <- list(...)
sdf <- callJMethod(object@sdf, "summary", statisticsList)
Expand Down