Re: [R] import file formatted RFC-822

2010-04-24 Thread Sebastian Kruk
I used it but for example: > robots2[74] [1] "\"Teoma\" or \"Ask Jeeves\" or \"Jeeves\"" It wasn't sorted. Sebastian. 2010/4/14 Barry Rowlingson : > On Wed, Apr 14, 2010 at 6:20 PM, Sebastian Kruk > wrote: >> I have a problem, In a few cases "robot-exclusion-useragent" have 2 or >> more value

Re: [R] import file formatted RFC-822

2010-04-14 Thread Barry Rowlingson
On Wed, Apr 14, 2010 at 6:20 PM, Sebastian Kruk wrote: > I have a problem, In a few cases "robot-exclusion-useragent" have 2 or > more values, is there a manner to fix it? For example, robot askjeeves > has three names. use 'all=TRUE'? test data: foo: 1 bar: 2 foo: 1 foo: 2 bar: 4 baz: 7 > r

Re: [R] import file formatted RFC-822

2010-04-14 Thread Sebastian Kruk
I have a problem, In a few cases "robot-exclusion-useragent" have 2 or more values, is there a manner to fix it? For example, robot askjeeves has three names. 2010/4/13 Barry Rowlingson : > On Tue, Apr 13, 2010 at 6:26 PM, Sebastian Kruk > wrote: >> Dear R-list users: >> >> I would like to impor

Re: [R] import file formatted RFC-822

2010-04-14 Thread Sebastian Kruk
Barry, thank you so much! It's work. __ 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, reproducib

Re: [R] import file formatted RFC-822

2010-04-13 Thread Barry Rowlingson
On Tue, Apr 13, 2010 at 6:26 PM, Sebastian Kruk wrote: > Dear R-list users: > > I would like to import a database of web robots, > http://www.robotstxt.org/db/all.txt, it´s formatted RFC-822, ¿how can > I do it? RFC822 looks very much like R's package DESCRIPTION files, and they are read in usin

[R] import file formatted RFC-822

2010-04-13 Thread Sebastian Kruk
Dear R-list users: I would like to import a database of web robots, http://www.robotstxt.org/db/all.txt, it´s formatted RFC-822, ¿how can I do it? The RFC 822 specification defines a standard format for electronic messages, which consists of a set of header fields and an optional body. The header