asked 44.7k views
2 votes
You want to apply the filter() function to the variables Cocoa. Percent and Rating. Add the code chunk that lets you filter the data frame for chocolate bars that contain at least 75% cocoa and have a rating of at least 3. 9 points. Filter(Cocoa. Percent >= 75, Rating >= 3. 9)What value for cocoa percent appears in row 1 of your tibble? a. 80% b. 75% c. 88% d. 78%

1 Answer

7 votes

Answer:

A

Step-by-step explanation: here ya go <3

answered
User Bernd Fischer
by
8.8k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.