Displaying 1 result from an estimated 1 matches for "emptycont".
Did you mean:
  emptycat
  
2005 Jan 12
1
[survey] R for Reporting - the R Output MAnager (ROMA) project
...you can skip this message - apologies for sending it to R-help, I 
hope you don't mind.
---
As a matter of fact, I have implemented something that shows promises 
(according to me). Currently, from the following output description:
***
  data(iris)
  mm=as.matrix(iris[1:5,1:4])
  out = emptyContent()
  out = out + Section("A title here")
  out = out + diag(2)
  out = out + Comment("comment: yes!")
  out = out + list(un=1,pi)
  out = out + "Then a boolean:" + TRUE
  out = out + Section("Default matrix",level=2)
  out = out + mm
  out = out + Section(&...