Skip to content
Prev 3009 / 12125 Next

[R-pkg-devel] Proper way to document helper functions not accessible by user.

Do you have to export them? If not, I think you can just leave out the
@export from the roxygen2 comments.

Here is what I did for my package:
https://github.com/boxuancui/DataExplorer/blob/master/R/helper.r


Best,
Boxuan (Bo)
On Mon, Aug 13, 2018 at 2:08 PM Eggleston, Barry <beggleston at rti.org> wrote: