Cars 1985 dataset task 4

hey all, i’m trying to do the cars 1985 data set in learning R and keep getting stuck on task 4. i’m not sure what i’m doing wrong. i’m using the select function followed by the columns make and symboling. Should I be doing something else? please help

https://www.codecademy.com/courses/learn-r/projects/1985-cars-r-project

Task 4

# select columns

cars %>%

select(-symboling, -make)

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