inst/tinytest/test_relop_orderby.R

test_relop_orderby <- function() {

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

 invisible(NULL)

}

test_relop_orderby()

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.