inst/tinytest/test_relop_unionall.R

test_relop_unionall <- function() {

 dL <- build_frame(
     "x", "y" |
     2L , "b" |
     1L , "a" |
     3L , "c" )
 rquery_pipeline <- unionall(list(local_td(dL), local_td(dL)))
 ex_data_table(rquery_pipeline)

 invisible(NULL)
}

test_relop_unionall()
WinVector/rqdatatable documentation built on Aug. 22, 2023, 3:25 p.m.