# NOT RUN {
# }
# NOT RUN {
dat_test <- tibble::tribble(
~x, ~y,
-1, "A",
0, "B",
1, "C"
)
expect_frame(dat_test,
~ .x == -1)
# }
Run the code above in your browser using DataLab