0

Hello im using R and i want to filter my dataframe by finding max values: My dataframe looks like:

A 1
A 4
A 2
A 8
B 2
B 9
B 7
C 3
C 2

I want that it looks like this:

A 8
B 9
C 3

How can i do that with R programming?

0 Answers0