Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Jan 16, 2025
1 parent a22b6f0 commit 65fcae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/expr-expr.R
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ expr__arg_unique <- function() {
#' df <- pl$DataFrame(a = c(1, 1, 2, 1))
#' df$select((pl$col("a") == 1)$arg_true())
expr__arg_true <- function() {
arg_where(self) |>
arg_where(self$`_rexpr`) |>
wrap()
}

Expand Down

0 comments on commit 65fcae5

Please sign in to comment.