Skip to content
Prev 24947 / 63424 Next

Behaviour of read.table with empty columns

Perhaps this has to do with the fact that there is not enough
information available
to establish the class of those columns.  For example, try this:

read.table("clipboard", colClasses = "character")
On 5/9/07, John Fox <jfox at mcmaster.ca> wrote: