Skip to content
Prev 22425 / 398502 Next

Rd: more than one list

Dear group,

I would like to document more than one function on one help page using the
Rd language. I tried something like

\value{
  \code{foo1} returns a list with components
  \item{arg1}{Argument 1}
  \item{arg2}{Argument 2}

  \code{foo2} returns a list with components
  \item{arg3}{Argument 3}
  \item{arg4}{Argument 4}
}

Unfortunately this makes the text 
"\code{foo2} returns a list with components" disappear in the help pages.
It seems that, after items are specified, no further text outside of items
can be processed. Is this true? What can I do to get both value lists 
documented without writing a separate page for foo2?

Best,
Christian