Skip to content

RODBC: forcing a special column to be read in as character

1 message · Jack T.

#
I've had the same problem and ended up using the xlsReadWrite package.  It
takes more time to import a sheet but does have the colClasses command.

Following your example:

library(xlsReadWrite)
read.xls("testtable", sheet = "sheet1", colClasses="character")

should worked, it did for me

--
View this message in context: http://r.789695.n4.nabble.com/RODBC-forcing-a-special-column-to-be-read-in-as-character-tp2993624p3493081.html
Sent from the R help mailing list archive at Nabble.com.