I want to convert csv file to excel.
I found from a search on the Internet that the best suggestion is to use the library (xlsx) and use write.xlsx (..) to write my data file to an excel file.
However, when I try to download and use the xlsx library and use it, I get the following:
Loading required package: rJava Error : .onLoad failed in loadNamespace() for 'rJava', details: call: inDL(x, as.logical(local), as.logical(now), ...) error: unable to load shared object 'C:/Users/Ban/Documents/R/win-library/3.1/rJava/libs/x64/rJava.dll': LoadLibrary failure: Could not find the specified mode. unit.
Is there any other way to convert csv to excel or is there anyone who has run into a previous problem?
r
Bil bal
source share