Hi,
On Sep 30, 2009, at 7:57 AM, johannes rara wrote:
I would like to learn AsciiDoc. Is there any good examples how to use
AsciiDoc with R? I know that there is packages called ascii to do
this, but it would be nice to see some examples how AsciiDoc works
with R. Is there an AsciiDoc distribut
On Sep 30, 2009, at 7:57 AM, johannes rara wrote:
I would like to learn AsciiDoc. Is there any good examples how to use
AsciiDoc with R? I know that there is packages called ascii to do
this, but it would be nice to see some examples how AsciiDoc works
with R. Is there an AsciiDoc distribution
Hello,
There is a webpage showing examples of asciidoc and R here :
http://eusebe.github.com/ascii/
The package works with Sweave() function :
Sweave("yourfile.Rnw", driver = RweaveAsciidoc)
where "youfile.Rnw" is a text file with asciidoc markup and embedded R code.
About asciidoc markup, the d
3 matches
Mail list logo