Using dplyr to summarize by multiple groups

后端 未结 2 1547
一向
一向 2021-01-21 16:44

I\'m trying to use dplyr to summarize a dataset based on 2 groups: \"year\" and \"area\". This is how the dataset looks like:

  Year   Area Num
1 2000 Area 1  99         


        
2条回答
提交回复
热议问题