Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The following will generate an error
test_that("filtering with expression", { char_sym <- "b" expect_dplyr_equal( input %>% filter(chr == char_sym) %>% select(string = chr, int) %>% collect(), tbl ) })
Attachments
Issue Links
- links to