Re: [R] Problem with scan() from UTF-8 encoded URL

2007-12-03 Thread EUROPOL
; --- > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of EUROPOL > Sent: 03 December 2007 16:51 > To: [EMAIL PROTECTED] > Subject: [R] Problem with scan() from UTF-8 encoded URL > > Hallo, > > I am trying to import a web

[R] Problem with scan() from UTF-8 encoded URL

2007-12-03 Thread EUROPOL
Hallo, I am trying to import a website and structure it from within R: The following code: data <- scan(file='http://en.wikipedia.org/wiki/Special:Recentchanges',what='character') results in the error: Error in file(file, "r") : unable to open connection In addition: Warning message: cannot op