Skip to content
Prev 281827 / 398500 Next

RODBC vs gdata

On Mon, Jan 9, 2012 at 1:02 PM, Christof Klu? <ckluss at email.uni-kiel.de> wrote:
You might be able to speed up read.xls in gdata.  Try turning off
comment characters and setting colClasses, e.g.

DF <- read.xls(...whatever..., comment.char = "", colClasses = ...whatever...)