Thank you!
Zhihao
On Wed, Mar 28, 2018 at 4:28 PM Berry, Charles wrote:
>
>
> > On Mar 28, 2018, at 7:42 AM, Zhihao Ding wrote:
> >
> > I was wondering if anyone could share an example for referencing the
> results of a source code block in place.
> >
>
>
> See
>
> (info "(org) Evaluating cod
> On Mar 28, 2018, at 7:42 AM, Zhihao Ding wrote:
>
> I was wondering if anyone could share an example for referencing the results
> of a source code block in place.
>
See
(info "(org) Evaluating code blocks")
Example
#+Name: put_in_para
#+BEGIN_SRC R :exports none
n_value=10
n_value
Hi there,
I was wondering if anyone could share an example for referencing the
results of a source code block in place.
For example, a source code block could be defined as below
#+HEADER: n_value
#+HEADER: :results value
#+HEADER: :noweb yes
#+BEGIN_SRC R
n_value=10
n_value
#+