tests/testthat/_snaps/duckplyr.md

Simple duckplyr test

Code
  summarize(dm_zoom_to(dm(a = duckplyr::duckdb_tibble(x = 1:3, .prudence = "stingy")),
  a), mean_x = mean(x))
Output
  # Zoomed table:          a
  # A duckplyr data frame: 1 variable
    mean_x
     <dbl>
  1      2


Try the dm package in your browser

Any scripts or data that you put into this service are public.

dm documentation built on March 5, 2026, 9:07 a.m.