Closed gangchen closed 11 years ago
That is not a problem of data.frame()
, but a beamer problem: you have to use the [fragile]
option when a frame contains verbatim code, e.g.
\begin{frame}[fragile]
\frametitle{test}
%%begin.rcode
% data.frame()
%%end.rcode
\end{frame}
Thanks.
But it seems that some frames can work without [fragile] option.
Yes, they work when they do not contain verbatim code.
Thaks Yihui, you are a rock star!
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.
LaTeX codes:
Processing command:
Compile command:
Error message: