expect_function_arguments {markmyassignment}R 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.


[Package markmyassignment version 0.8.8 Index]