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.
タグをコメントアウトしたいとし#' @exportます - 文書化された方法は何ですか?
#' @export
(標準の R コメントと同様に) 前にa を追加して#もうまくいかないようです:それでも私のファイルに##' @export fooつながります。export(foo)NAMESPACE
#
##' @export foo
export(foo)
NAMESPACE
RStudio で roxygen セクション全体をブロックコメントアウトすることもできますか?