http://www.sthda.com/english/wiki/writing-data-from-r-to-excel-files-xls-xlsx
library(writexl)
write_xlsx(list(both = both), "GA.xlsx")
http://www.sthda.com/english/wiki/writing-data-from-r-to-excel-files-xls-xlsx
library(writexl)
write_xlsx(list(both = both), "GA.xlsx")