InheritParamsTag-class: @inheritParams: Inherit parameters from another function.

Description Details Tag Usage

Description

This tag will bring in all documentation for parameters that are undocumented in the current function, but documented in the source function. The source can be a function in the current package, function, or another package package::function.

Details

You may use multiple @inheritParams tags to inherit parameters from multiple functions.

Tag Usage

1
2
#' @inheritParams local_function
#'  @inheritParams package::remote_function

hadley/roxygen3 documentation built on May 17, 2019, 12:16 p.m.