Skip to content

Commit

Permalink
Export median.H2OFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfryda committed Nov 6, 2023
1 parent 78beec4 commit 6cfe711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions h2o-r/h2o-package/R/frame.R
Original file line number Diff line number Diff line change
Expand Up @@ -2703,6 +2703,7 @@ summary.H2OFrame <- h2o.summary
h2o.median <- function(x, na.rm = TRUE) .eval.scalar(.newExpr("median",x,na.rm))

#' @rdname h2o.median
#' @export
median.H2OFrame <- h2o.median

#'
Expand Down

0 comments on commit 6cfe711

Please sign in to comment.