inst/tinytest/test_distinct.R

test_distinct <- function() {

  table_rep <- mk_td("test_table", c("a", "b", "c", "d"))
  ops <- project(table_rep, groupby = c("a", "b", "c"))
  sql <- to_sql(ops, rquery::rquery_default_db_info())

  invisible(NULL)
}

test_distinct()

Try the rquery package in your browser

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

rquery documentation built on Aug. 20, 2023, 9:06 a.m.