arroe99

Results 1 issues of arroe99

![微信图片_20240804114949](https://github.com/user-attachments/assets/5ca3c289-8bc1-4850-a1ac-1a04c142521c) > library(readxl) > df = read_excel("testcode.xls", sheet = 1, na = "NA") > > > long_df % + pivot_longer(cols = everything(), names_to = "Region", values_to = "Value") > >...