Hi everyone,
As a newbie, I am having troubles retrieving a particular detail from this data set. I wanted to see a car brand with the highest "Qsec" stat in the table and expected R to return something like "Merc 230 - 22.90". My line of code was "mtcars %>% max(mtcars$qsec)" and it returned "472" which was not what I wanted. And the first column doesn't have a name. What is the line of code to retrieve what I want? Thank you!