Skip to content
Back to formatted view

Raw Message

Message-ID: <4EDFC893.7070308@gmail.com>
Date: 2011-12-07T20:12:03Z
From: Duncan Murdoch
Subject: nice report generator?
In-Reply-To: <CAPNjSFYrWa1NNMivJWXdKS-29eOJqjvoXjEcetURAxZSASJ4Mg@mail.gmail.com>

On 07/12/2011 1:14 PM, Michael wrote:
> Hi all,
>
> I am looking for recommendations/pointers about best report generator you
> think that are currently available?
>
> i.e. the package that can help turn console output into nice-looking neat
> report to send to bosses?

You might find the latex() command in Hmisc or the equivalent in the 
xtable package does what you want.  For simple reports in a single table 
you don't need Sweave; for more complex ones it would make your life easier.

My tables package (now on CRAN) might simplify the production of the 
table.   It is set up to work with Hmisc currently.

Duncan Murdoch