powered by
tbflt() can save a series of filter conditions, and support logical operating among conditions
tbflt()
tbflt(x = expression(), .env = NULL)
tbflt
any expression
environment
c1 <- tbflt(cut == "Fair") c2 <- tbflt(x > 8) !c1 c1 | c2 c1 & c2
Run the code above in your browser using DataLab