Re: [R] Access web content from within R

2010-07-17 Thread Bart Joosen
Thanks Henrique, that does the trick!!! Bart -- View this message in context: http://r.789695.n4.nabble.com/Access-web-content-from-within-R-tp2289953p2292181.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org maili

Re: [R] Access web content from within R

2010-07-16 Thread Henrique Dallazuanna
Try this: library(XML) readHTMLTable("http://extranet.pheur.org/4DLink1/4DCGI/Web_View/mono/198";, which = 5) On Fri, Jul 16, 2010 at 4:08 PM, Bart Joosen wrote: > > Marsh, > > you are absolutely right, I forget the link to the db. > Actually its a webpage for each monograph number: > > http://

Re: [R] Access web content from within R

2010-07-16 Thread Bart Joosen
Marsh, you are absolutely right, I forget the link to the db. Actually its a webpage for each monograph number: http://extranet.pheur.org/4DLink1/4DCGI/Web_View/mono/198 http://extranet.pheur.org/4DLink1/4DCGI/Web_View/mono/731 ... As I have a list with the numbers of interest (l<- c(198, 731,

Re: [R] Access web content from within R

2010-07-16 Thread Marshall Feldman
On 7/16/2010 6:00 AM, r-help-requ...@r-project.org wrote: Message: 5 Date: Thu, 15 Jul 2010 03:36:21 -0700 (PDT) From: Bart Joosen To:r-help@r-project.org Subject: [R] Access web content from within R Message-ID:<1279190181074-2289953.p...@n4.nabble.com> Content-Type: text/plain; char

Re: [R] Access web content from within R

2010-07-15 Thread Uwe Ligges
On 15.07.2010 13:46, Henrique Dallazuanna wrote: Perhaps library RCurl. See fortune("distinction between 'library' and 'package'") Uwe Ligges On Thu, Jul 15, 2010 at 7:36 AM, Bart Joosen wrote: Hi, I have to search in an online db for registered manufacturers of raw materials. Can I

Re: [R] Access web content from within R

2010-07-15 Thread Henrique Dallazuanna
Perhaps library RCurl. On Thu, Jul 15, 2010 at 7:36 AM, Bart Joosen wrote: > > Hi, > > I have to search in an online db for registered manufacturers of raw > materials. > Can I use R for the following: > I have a list with monograph numbers eg: l <- c(198, 731,355) > > Now I want to make a dataf

[R] Access web content from within R

2010-07-15 Thread Bart Joosen
Hi, I have to search in an online db for registered manufacturers of raw materials. Can I use R for the following: I have a list with monograph numbers eg: l <- c(198, 731,355) Now I want to make a dataframe, containing the monograph number and the information listed under COS: Certificate holde