newlibra
library(readxl)forest_example_data % arrange(desc(n))#-- csv전환시 e표기 없이 숫자표현 options(scipen=0)options(scipen=999)write.csv(forest_example_data,"forest_example_data.csv")