filter () code wrong

Get rid of the percent sign inside filter.

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)

Thank you for sharing the inputs. I shall do it in further posting.

Thank you. I shall do it .

It worked. I got it. Thanks

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.