I am very new to coding and just started doing some R graphics and now I am kinda lost with my data analyse and need some light! I am training some analyses and I got a very long dataset with 19 Countries x 12 months x 22 Products and for every month a Profit. Kinda like this:
Country   Month   Product Profit
Brazil    Jan     A      50
Brazil    fev     A      80
Brazil    mar     A      15
Austria   Jan     A      35
Austria   fev     A      80
Austria   mar     A      47
France    Jan     A      21
France    fev     A      66
France    mar     A      15
[...]
France    Dez     C      40 etc...
I am was thinking to do one graph showing the profits through the year and another for every country, so I could see the top and bottom 2 countries. I wanted to have something like:
All Countries   Jan   106        or     Brazil   2021   145
All Countries   Fev   146               Austria  2021   162
All Countries   Mar   77                France   2021   112
but the sum function can't help with characters type and as I have a long List, idk how to sum only part of the column.
sorry if it got confusing.
 
     
    