expect_function_arguments: Expect function arguments

View source: R/expectations.R

expect_function_argumentsR Documentation

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.


MansMeg/markmyassignment documentation built on Jan. 31, 2024, 4:11 p.m.