search for: etxt

Displaying 5 results from an estimated 5 matches for "etxt".

Did you mean: ctxt
2008 Sep 23
2
R2HTML: output from for-loops
Hi, I am trying to prepare a report with R2HTML using HTMLStart(outdir="./html", filename="report", echo=T, HTMLframe=F) then, for instance, I want to get the output of a loop: for (i in 1:20) print(summary(rnorm(1000))) but only the first of summaries really ends up in the html file. What am I doing wrongly? Thanks, Werner
2008 Mar 26
0
Update of TeachingDemos package
...ur data, the predictions, and allow you to drag reference lines on the plot to show the predicted values, differences, and derivatives. tkprogress, a utility to create and update a progress bar to show how far through a loop or other iterative process you are. A set of functions (see txtStart and etxtStart) that will create a plain text transcript of your R session including both commands and output (think glorified sink + history). The 'etxt' versions add markup so that the text file can be processed by the enscript program to create a postscript file with some syntax coloring and incl...
2008 Mar 26
0
Update of TeachingDemos package
...ur data, the predictions, and allow you to drag reference lines on the plot to show the predicted values, differences, and derivatives. tkprogress, a utility to create and update a progress bar to show how far through a loop or other iterative process you are. A set of functions (see txtStart and etxtStart) that will create a plain text transcript of your R session including both commands and output (think glorified sink + history). The 'etxt' versions add markup so that the text file can be processed by the enscript program to create a postscript file with some syntax coloring and incl...
2008 Oct 13
4
Add notes to sink output
Hello, How can I add notes (i.e. text) to a sink output? sink("test.txt") #This text will describe the test summary(x) sink() How can I add that text above to the sink output? Thanks, Michael [[alternative HTML version deleted]]
2013 Apr 03
1
Newbie questions about omega
Dear all, I am a newbie to Xapian-Omega. I installed Xapian-Omega (1.2.14) a few days ago on my freebsd NAS server, and intend to use it to search my CIFS/SMB share. So far it works fine (I am able to search my share using the omega web interface), nevertheless I have few newbie questions. Hoping that somebody can answer my (hopefully not to silly) newbie questions. Indexing file names: