Skip to content
Prev 336349 / 398503 Next

r noobie, reading my text file into r

I would guess the problem is that the file is not where you think it is 
or that you spelled the file name and/or path incorrectly.

An easy thing to try is:
read.table(file=file.choose(), header=TRUE, sep="\t")

The function file.choose() will open a window where you'll have to 
choose the file from directories. This way, you're sure to select a file 
that exists and to input the correct path.

HTH,
Ivan

--
Ivan CALANDRA
Universit? de Franche-Comt?
UFR STGI - UMR 6249 Chrono-Environnement
4 Place Tharradin - BP 71427
25211 Montb?liard Cedex, FRANCE
+33 (0) 3 81 99 46 72 (rarely in the office)
ivan.calandra at univ-fcomte.fr
http://biogeosciences.u-bourgogne.fr/calandra

Le 06/02/14 19:00, frankreynolds a ?crit :