Skip to contents

[Deprecated]

This function is deprecated, please use assert_function() instead.

Usage

assert_function_param(arg, params)

Arguments

arg

The name of a function passed as a string

params

A character vector of function parameters

Value

The function throws an error if any elements of params is not an argument of the function given by arg

See also