Raw Message
Message-ID: <Pine.OSF.4.31.0305101843120.21355-100000@molgix.molgen.mpg.de> Date: 2003-05-10T16:49:34Z From: Wolski Subject: Http Get-Post Hi! How can i send http Post and Get messages to a Web server from within R? Is there something like? form(action="http://big.thing.inf/cgi-bin/answer.pl",list(test="my",something="there"),method="POST") Or is is there an example how to write it with R? What functions to use to write such a function? Eryk