args_dots_empty {rlang} | R Documentation |
Helper for consistent documentation of empty dots
Description
Use @inheritParams rlang::args_dots_empty
in your package
to consistently document ...
that must be empty.
Arguments
... |
These dots are for future extensions and must be empty. |
[Package rlang version 1.1.6 Index]