> 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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to