Skip to content

Commit

Permalink
the old pipe is the new pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed Sep 15, 2024
1 parent dafc970 commit 5274230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r/tests/testthat/test-dplyr-summarize.R
Original file line number Diff line number Diff line change
Expand Up @@ -956,8 +956,8 @@ test_that("Summarize with 0 arguments", {
})

test_that("Printing aggregation expressions", {
q <- tbl |>
arrow_table() |>
q <- tbl %>%
arrow_table() %>%
summarize(
total = sum(int, na.rm = TRUE),
prod = prod(int, na.rm = TRUE),
Expand Down

0 comments on commit 5274230

Please sign in to comment.