Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vignettes/rd.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ You can also inherit documentation from functions provided by another package by

### Documenting multiple functions in the same file

You can document multiple functions in the same file by using either `@rdname` or `@describeIn` tag. It's a technique best used with caution: documenting too many functions into one place leads to confusing documentation. It's best used when all functions have the same (or very similar) arguments.
You can document multiple functions in the same file by using either `@rdname` or `@describeIn` tag. Its a technique best used with caution: documenting too many functions in one place leads to confusion. Use it when all functions have the same (or very similar) arguments.

`@describeIn` is designed for the most common cases:

Expand Down