Subset issue help

I am trying to create a subset using only the Provider's Yellow Cab of DC and Hitch. I also want to keep the variables Provider, Payment Provider, Trip Time, Mileage, and Total Cost.

variables are retained.

My code and the error:

subset(Provider, subset (Yellow Cab of DC, Hitch), select (Provider, PaymentType, TripTime, Mileage, TotalCosts))
Error: unexpected symbol in "subset(Provider, subset (Yellow Cab"

Hi, welcome!

Please have a look to our homework policy, homework inspired questions are welcome but they should not include verbatim instructions from your course.

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