Re: [R] RCurl question

2010-07-04 Thread Martin Morgan
On 07/03/2010 10:59 PM, Brad McNeney wrote: > The following call to curl fetches me the information I want (as html) > from a webserver: > > curl -F list_fi...@snptxt -F html_output=on > http://integrin.ucd.ie/cgi-bin/rs2cm.cgi > > The file snptxt is a plain-text file in my working directory with

[R] RCurl question

2010-07-03 Thread Brad McNeney
The following call to curl fetches me the information I want (as html) from a webserver: curl -F list_fi...@snptxt -F html_output=on http://integrin.ucd.ie/cgi-bin/rs2cm.cgi The file snptxt is a plain-text file in my working directory with the following two lines: rs6598 rs123456 In R I try to