And for those who are interested on how to use column as a variable I find this solution as the most quickest and understandable:
df %>% filter(!!as.name(column_name) == !!b)