tests/testthat/_snaps/lazy-select-query.md

can print lazy_select_query

Code
  lazy_select_query(x = lazy_query_local(tibble(x = 1, y = 2), "df"), select = quos(
    x_mean = mean(x), y2 = y), where = quos(y > 1, x == y - 2), group_by = quos(
    "x"))
Output
  <SQL SELECT>
  From:
    <dbplyr_table_ident[1]>
    [1] `df`
  Select:   x_mean = mean(x), y2 = y
  Where:    y > 1, x == y - 2
  Group by: "x"


Try the dbplyr package in your browser

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

dbplyr documentation built on Oct. 26, 2023, 9:06 a.m.