On Fri, Apr 24, 2009 at 01:50:04PM +0200, Rob Bakker wrote:
> Dear Peter,
> Also thank you for your quick reply. I did the following with no positive
> result:
> 
> library(foreign)
> 
> read.dta(choose.file(C:\Rklein))

a) quote the filename
b) include the suffix

rklein <- read.dta("C:\Rklein.dta")

-- 
Hans Ekbrand (http://sociologi.cjb.net) <h...@sociologi.cjb.net>
GPG Fingerprint: 1408 C8D5 1E7D 4C9C C27E 014F 7C2C 872A 7050 614E

Attachment: signature.asc
Description: Digital signature

______________________________________________
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