I can use \item to make a list in .Rd files.
\item{blah}{blah}
But it seems that I can not create a nested list by put \item within another \item
as in
\item{blah}{
\item{blah1}{some}
\item{blah2}{thing}
}
Does anybody know a way to generate a nested list in R documentation? Thanks.