Displaying 8 results from an estimated 8 matches for "htmlstop".
Did you mean:
  htmlshow
  
2013 Feb 16
1
odd behavior within R2HTML
...<- read.table("resin1.txt",header=TRUE)
> #set up R-B anova
> resin1.aov <- aov(resp ~ trt + block, data=resin1.df)
> library(R2HTML
+ )
> HTMLStart(outdir=getwd(),file="resin2",echo=TRUE)
 *** Output redirected to directory:  c:/R64/R-2.15.2/bin/x64
 *** Use HTMLStop() to end redirection.[1] TRUE
HTML> library(effects)
Loading required package: lattice
Loading required package: grid
Loading required package: MASS
Loading required package: nnet
Loading required package: colorspace
Attaching package: ?effects?
The following object(s) are masked from ?package...
2008 Dec 31
3
Paste in a FOR loop
...file.path("C://Example_work","R_projects","Dynamic_creative"),filename =
"RMDC_mockup",Title="Mock up for RMDC")
summary(z.out.1)
summary(s.out.1)
hist(s.out.1$qi$ev)
HTMLplot()
.
.
.
summary(z.out.3)
summary(s.out.3)
hist(s.out.3$qi$ev)
HTMLplot()
HTMLStop()
This seemed a rather long winded way of doing things to me and a simple for
loop should handle this, as later i want it to be dynamic for a number of
groups so my new code is(not working):
library(R2HTML)
HTMLStart(outdir =
file.path("C://Example_work","R_projects","Dyn...
2010 Jan 03
3
R2HTML Report number format, or Better Way?
...1711    26    0.9521  26.01 1.102  0.7811  0.9789
COM                   9     1    0.9313    0.00 1.000  0.0000  0.0000
library(R2HTML)
HTMLStart(outdir="c:/R/reports", file="myreport1",
   extension="html", echo=FALSE, HTMLframe=TRUE)
HTML(srtype)
HTMLhr()
HTMLStop()
                  Par        Sal     Median COD    PRD LowerCI UpperCI 
RES I         9683.00  578.00   0.95   29.69  1.19   0.94    0.96 
RES V        4003.00  155.00   0.98   16.51  1.09   0.95    0.99 
OTHER       1542.00   10.00    0.84   82.35  1.25   0.48    2.23 
COM I        1711.00   26...
2010 Jun 05
2
R2HTML problem
Im developing an application with R and Gtk+. It's just a simple GUI which
helps new users to interactuate with R. Thing is, when you do a statistical
analysis, I also want to provide a HTML report, but HTMLStart doesnt work
propperly when executing from TinnR. It does create the file but not empty,
I've tried some examples from different websites, and it's always the same..
it works
2011 Sep 21
1
Making ?source act as if it is run through the terminal
Hello dear R help,
The motivation for my question is wanting to run HTMLStart {R2HTML package}
from "source".
*Background:*
I was happy to discover the [ HTMLStart/HTMLStop, HTMLplot] functions in the
R2HTML package.
They allow my R code to run almost as is, but while writing most of the
output (including the figures, when using  HTMLplot) into an external HTML
file.
This method works rather well, but only when the script is running from the
terminal.
When I try usin...
2010 Aug 01
2
R2HTML giving "NULL" in output
...uot;, echo=F,
HTMLframe=F)
HTML.title("Variation in Elite Male Track Cyclists 2005-06: 1000m TT", HR=1)
# Main Title
	HTML.title("Data Exploration", HR=2) # Secondary Title
		HTML.title("Summary Tables", HR=3) # Section Header
				HTML(summary(M1000.G)) # Display table
HTMLStop() # close output to HTML file
Produces (this is only a section of the offending code):
...
<body onload="translate()" bgcolor= FFFFFF background="" > 
 <h1 > Variation in Elite Male Track Cyclists 2005-06: 1000m TT</h1> 
   
<p class='character&...
2008 Dec 18
1
R2HTML and output from a function
Dear list,
I am trying to construct a report function that would go through all
the object in the current environment and print them in HTML form.
What I have got is:
dataReport <- function(){
	#First tables
	tabs <- ls(sys.frame(), pattern=".*table")
	
	for(currT in tabs){
		cat("\n\n")
		print(currT)
		if(length(dim(get(currT))) > 2){
			#We have to use ftable
		
2006 Feb 09
9
Transferring R results to word prosessors
There has been an incredible number of responses in a short time, with a 
number of different suggestions.  With hindsight, I must admit I have not 
been quite clear, so additional (somewhat lengthy) explanation is needed.
I want to use R in an introductory course on multiple regression (among 
other things) starting in two weeks time for students of psychology at my 
University.  These students