inst/tinytest/test_relop_table_source.R

test_relop_table_source <- function() {

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

 invisible(NULL)
}

test_relop_table_source()

Try the rqdatatable package in your browser

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

rqdatatable documentation built on Aug. 21, 2023, 9:10 a.m.