Skip to contents

agendas() is the container for all implementations of a test. It requires exactly one baseline() as its first argument, and accepts any number of named variant() objects.

Usage

agendas(base, ...)

Arguments

base

A baseline() object. Required.

...

Named variant() objects.

Value

An agendas S3 object.