rasciidoc-package | R Documentation |
asciidoc
Inspired by Karl Broman's reader on using knitr with
asciidoc
(https://kbroman.org/knitr_knutshell/pages/asciidoc.html), this is
merely a wrapper to knitr and asciidoc
.
write_to_disk |
Write to disk? See Warning. |
You will find the details in
vignette("An_Introduction_to_rasciidoc", package = "rasciidoc")
.
Due to the CRAN policy of not writing "anywhere else on the
file system apart from the R session's temporary directory",
we work on a temporary copy of file_name
.
Thus all internal sourcing and internal links will be
broken and any output is written to tempdir()
.
Set the option "write_to_disk" to TRUE (using
options(write_to_disk = TRUE)
to bypass this. You may want to include the above line into your
‘~/.Rprofile’.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.