Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Apr 23, 2024
1 parent 1fd0880 commit 4a139a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/expr__expr.R
Original file line number Diff line number Diff line change
Expand Up @@ -3430,7 +3430,7 @@ Expr_rle_id = function() {
#' @param left_closed Set the intervals to be left-closed instead of right-closed.
#' @param include_breaks Include a column with the right endpoint of the bin each
#' observation falls in. This will change the data type of the output from a
#' [`Categorical`][pl_Categorical] to a [`Struct`][pl_Struct].
#' [`Categorical`][DataType_Categorical] to a [`Struct`][DataType_Struct].
#'
#' @return Expr of data type `Categorical` is `include_breaks` is `FALSE` and
#' of data type `Struct` if `include_breaks` is `TRUE`.
Expand Down
2 changes: 1 addition & 1 deletion man/Expr_cut.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/Expr_qcut.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a139a8

Please sign in to comment.