Skip to content

Commit b8784b4

Browse files
committed
remove comment
1 parent e05cdba commit b8784b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/R/DataFrame.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3014,7 +3014,7 @@ setMethod("describe",
30143014
#' @note The statistics provided by \code{summary} were change in 2.3.0 use \code{\link{describe}} for previous defaults.
30153015
#' @seealso \code{\link{describe}}
30163016
setMethod("summary",
3017-
signature(object = "SparkDataFrame"), #, ... = "character"),
3017+
signature(object = "SparkDataFrame"),
30183018
function(object, ...) {
30193019
statisticsList <- list(...)
30203020
sdf <- callJMethod(object@sdf, "summary", statisticsList)

0 commit comments

Comments
 (0)