not the
results from evaluating the R code. In the case of the tempfile, the tempfile
exists but is empty.
Any advice as to how to resolve this would be greatly appreciated, thanks.
Best regards,
Steve
On Wed, 11 Mar 2020 13:37:01 +1030
Steven Delean wrote:
> Hi Jack,
>
> Thanks for your
uced within the last 12 months, as my scripts
exported with correct html formatting when I used them for last years' classes.
Best regards,
Steve
On Tue, 10 Mar 2020 17:17:48 -0700
Jack Kamm wrote:
> Hi Steve,
>
> Steven Delean writes:
>
> > HTML table produced from a sou
Hi,
HTML table produced from a source code block (using R code) does not display
because html code is not formatted correctly in the exported html output. The
source code block uses:
#+begin_src R :results output html :exports both
zd <- data.frame(a = 1:3, b = letters[1:3])
knitr:::kable(zd)
#+e
lt;---cut here---end--->8---
>
> Alternately if your output is some other language you could use the
> ":results latex" header argument and explicitly provide the listings
> wrapper yourself.
>
> Hope this Helps -- Eric
>
>
-BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 17/09/10 10:52, Sébastien Vauban wrote:
> > Hi Steven and Rainer,
> >
> > Steven Delean wrote:
> >>> This is not an answer to your question, but rather a question to you:
> >>> I added your se
GIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 17/09/10 09:31, Steven Delean wrote:
> > Hi everyone,
> >
> > I am using org-mode to make a beamer presentation that includes
> > blocks of R code and wish to export the source code and results to
> >
Hi everyone,
I am using org-mode to make a beamer presentation that includes blocks of R
code and wish to export the source code and results to pdf in color (using the
listings package).
The source code block syntax is highlighted successfully, but the output
results of the executed R code are