Skip to content

Scan data from a .txt file

2 messages · Vasundhara Akkineni, Duncan Murdoch

#
On 11/17/2005 10:35 AM, Vasundhara Akkineni wrote:
You probably want to use read.table("table.txt", head=TRUE).  Chances 
are it will automatically recognize the column types; if not, there's 
the colClasses argument.

Duncan Murdoch