We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05cdba commit b8784b4Copy full SHA for b8784b4
R/pkg/R/DataFrame.R
@@ -3014,7 +3014,7 @@ setMethod("describe",
3014
#' @note The statistics provided by \code{summary} were change in 2.3.0 use \code{\link{describe}} for previous defaults.
3015
#' @seealso \code{\link{describe}}
3016
setMethod("summary",
3017
- signature(object = "SparkDataFrame"), #, ... = "character"),
+ signature(object = "SparkDataFrame"),
3018
function(object, ...) {
3019
statisticsList <- list(...)
3020
sdf <- callJMethod(object@sdf, "summary", statisticsList)
0 commit comments