Use @inheritParams <package::function> to re-use documentation from a function in a separate package.
@inheritParams ${1:source}: Inherit argument documentation from another function. Only inherits documentation for arguments that aren't already documented locally. (source)
Issue
61
Proposed solution
To reuse arguments:
@inheritParams <package::function>
to re-use documentation from a function in a separate package.@inheritParams ${1:source}
: Inherit argument documentation from another function. Only inherits documentation for arguments that aren't already documented locally. (source)