rlang icon indicating copy to clipboard operation
rlang copied to clipboard

Add argument `args` to `check_function()`

Open mgirlich opened this issue 10 months ago • 0 comments

When taking a function as an argument the number or the name of the arguments are usually also important (e.g. see https://github.com/r-lib/httr2/pull/279 where this is useful).

This uses format_arg() from the standalone-cli.R file. Not sure if you want to add the dependency on this file as well or prefer a workaround.

mgirlich avatar Aug 31 '23 13:08 mgirlich