filter () code wrong

Hi @Pavan1 , could you put a reproducible example of data for better understand the data set.

# Run this
best_trimmed_flavors_df<- trimed_flavors_df  %>%
  filter( Cocoa.Percent>=75 & rating>=3.9)