[R] read SAS file

Philipp Pagel p.pagel at wzw.tum.de
Mon Nov 10 20:42:04 CET 2008


> I must have this file in the wrong directory.  I can see it and
> it's spelled correctly in my command (including case) but I
> get:
>  
> > library(foreign)
> > read.xport("cft2008R")
> Error in lookup.xport(file) :   unable to open file: 'No such file or
> > directory'

R is looking in the current work directory - whatver that may be
in your case. try this to ease things:

read.xport(file.choose())

cu
	Philipp

-- 
Dr. Philipp Pagel
Lehrstuhl für Genomorientierte Bioinformatik
Technische Universität München
Wissenschaftszentrum Weihenstephan
85350 Freising, Germany
http://mips.gsf.de/staff/pagel



More information about the R-help mailing list