سؤال

Say I want to comment out a #' @export tag - what is the documented way to do so?

Adding a # in front (as with standard R comments) doesn't seem to work: ##' @export foo still leads to export(foo) in my NAMESPACE file.

Can I also block-comment out entire roxygen sections in RStudio?

لا يوجد حل صحيح

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top