thats not valid syntax anywhere. but you may have typod if typing freely into here.
that said, I would personally dislike to see code like this, with 3 objects connected by two - two way pipes.
if you want data to be reduced by both filter and select it would always be more natural to do
data %<>% filter() %>% select()