Rdocumentation
powered by
Learn R Programming
markmyassignment (version 0.4.0)
has_function_arguments: Function has argument test
Description
Test if a function has the given arguments
Usage
has_function_arguments(expected, label = NULL)
Arguments
expected
Arguments as text vector to test for.
label
Expectation label used by
expect_function_arguments()