inst/tinytest/test_relop_select_columns.R

test_relop_select_columns <- function() {

 dL <- data.frame(x = 1, y = 2, z = 3)
 rquery_pipeline <- local_td(dL) %.>%
   select_columns(., "y")
 ex_data_table(rquery_pipeline)

 invisible(NULL)
}

test_relop_select_columns()

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.