expect_function_arguments: Expect function arguments
Description
Test that an function object has a function with given arguments.
Usage
expect_function_arguments(
object,
expected,
info = NULL,
label = NULL,
expected.label = NULL
)
Arguments
- object
Function to check the arguments of.
- expected
Expected arguments in function.
- info
Deprecated.
- label
Additional information.
- expected.label
Deprecated.