I am trying to create a common workbook of output summaries. so I am trying to create a xlsx or csv file where i can append different sheets of output .
I have tried many options but nothing is working, after updating packages xlsx and rjava still write.xlsx not working.
writeData(wb, sheet=domain_ct, domain_ct)
Error in writeData(wb, sheet = domain_ct, domain_ct) :
could not find function "writeData"
> write.table(domain_ct,"C:/shoaib/ER/Uploader/Output_file.csv",append=T,sep=",")
Warning message:
In write.table(domain_ct, "C:/shoaib/ER/Uploader/Output_file.csv", :
appending column names to file
rite.xlsx(domain_ct, file = "Out_file.xlsx", sheetName="domain_ct", append=TRUE)
Error in write.xlsx(domain_ct, file = "Out_file.xlsx", sheetName = "domain_ct", :
could not find function "write.xlsx"