Return to Snippet

Revision: 16551
at August 7, 2009 15:14 by obi


Initial Code
read.delim("C:\\path\\to\\file.txt")

Initial URL
http://cran.r-project.org/doc/manuals/R-data.html#Reading-Excel-spreadsheets

Initial Description
Note: don't forget to delimit backslashes on Windows boxes (shown as example in source code)

Initial Title
loading tab-delimited data

Initial Tags


Initial Language
R