Displaying 2 results from an estimated 2 matches for "htmlendfile".
2003 May 12
1
Http Get-Post?
Hi!
How can i send http Post and Get messages to a Web server from within R?
Has anybody implemented a function like?
form(action="http://big.thing.inf/cgi-bin/answer.pl",list(test="my",something="there"),method="POST").
Has anyone a package with a similar functionality like the
LWP and HTTP::Request::Common packages in Perl?
Or has anybody a function that
2003 Mar 31
2
Using R2HTML
Hello,
I''m using R2HTML library to make a HTML page output (both data frames and
graphics):
HTMLStart(outdir=paste(getwd(),"/prove html", sep = ""),filename="index",
echo = F, HTMLframe = T, withprompt = "HTML> ", CSSFile = "R2HTML.CSS",
Title = "Indici di attivit?")
...