Skip to content

Roxygen2 lets functions inherit parameter documentation across functions #96

@antongrau

Description

@antongrau

"You can inherit parameter descriptions from other functions using @inheritParams source_function. 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, via @inheritParams function, or another package, via @inheritParams package::function"

See: http://r-pkgs.had.co.nz/man.html

This should be applied to all map.functions

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions