Skip to content
Prev 34147 / 63424 Next

R v2.10.0: Doc clarification for cross references and where are we heading?

On 23/09/2009 11:21 PM, Gabor Grothendieck wrote:
The \Sexpr mechanism probably allows this, though there are currently no 
built-in support functions to help you get there.  As I mentioned, that 
could all be done by code in a contributed package.

One way would be to have one help page which contains only

\Sexpr[stage=render, results=rd]{generatePage()}

and it will be 100% generated at render time, containing whatever you 
want it to contain.  (Presumably you'll have some way to communicate 
what you want through variables that generatePage() can see.)  Each time 
you link to it you'll see something different.

Duncan Murdoch