I am new to tidyverse. I have this clunky code that combines a lot of functions together
flow[grep(paste(paste(series, "J8","F", sep = "."), "TEMP",sep = "_")
, flow$Final.code), -1]
flow is a dataset.
is there a way for me to rewrite this code using piper so that it's easier to see?