Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのように機能するいくつかのroxygenを持っています
#' @return #' \subsection{foo} { #' \item{bar}{all about bar} #' }
R は、マクロ \item を知らないと言って死んでしまいます。サブセクションを削除すると、機能します。
#' @return #' \item{bar}{all about bar}
これは機能します。
サブセクションでバーのアイテムを取得する方法はありますか?