I have an R dataset with different IATA Codes. Unfortunately, there are some equal IATA codes with different destination values (e.g. MCO).
How can I sum up the departure values per IATA Code, to finally have every IATA code only once?
I already tried to loop over it but don't know if that's the right approach ...