In language R. Working with Data Frames.
The data frame is for keeping track of game scores for basketball. The rows represent different basketball teams. One of the columns represent overall score for the season.
How would I select the row (the team) that has highest score?