Closed trinker closed 11 years ago
also the explanatory columns to the rght appear to be an issue with gdata's read.xls
It appears:
library(XLConnect)
x <- readWorksheet(loadWorkbook(file),sheet=1)
is pretty accurate. Explore this and other options.
It seems that if a string contains
,"
then this will split the cell and the contents will be placed to the right.An example is:
or
This is an issue with
read.xlsx
but still must be addressed byread.notes
and or possbileQQ
/GQ
. This may be a special circumstance that requires a code that is inserted in byQQ
and then the ," is put back in byread.notes
.Possibly use another means of reading in xlsx files