library(dplyr)
x <- Formaldehyde %>% filter(optden > 0.5) %>% slice(1)
This seems like perfectly reasonable code for someone to copy-paste in, but it gives the following incorrect and misleading trace (showing both lhs and rhs as the already-sliced table):
This seems like perfectly reasonable code for someone to copy-paste in, but it gives the following incorrect and misleading trace (showing both lhs and rhs as the already-sliced table):
Ideally mario would detect the assignment operator and ignore it, then focus exclusively on the pipe.
It should also work with these variants of the assignment statement: