Skip to content
Prev 12286 / 398502 Next

Summary of Forcing variables types when using read.table

"David Kane  <David Kane" <a296180 at mica.fmr.com> writes:
Wouldn't work. The scan inside read.table reads *everything* as
character and type.convert converts the type afterwards. However, you
could bypass the type.convert call...