Displaying 3 results from an estimated 3 matches for "htmlinitfile".
2008 Oct 03
2
A strange behaviour of file.path in Windows? (PR#13119)
...[1] "c:/pippo/pluto.html"
But if you change the first steps to:
outdir=""
file.path(outdir,"pluto.html")
R replies (uncorrectly, I think)
[1] "/c:/pippo/pluto.html"
This problem influence the R2HTML package too, which, if you send a line as:
targetHtml=HTMLInitFile(outdir="",filename="htmlFile",Title ="Title")
in windows it submit an error because of file.path() error.
Thank you
Enrico
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?")
...