args_ofat: One Factor At a Time Argument Set

View source: R/args.r

args_ofatR Documentation

One Factor At a Time Argument Set

Description

Generate an argument table based on OFAT.

Usage

args_ofat(...)

Arguments

...

Named arguments to a function.

Value

A tibble of argument combinations.

Examples

args_ofat(x = 1:5, y = 1:3)
args_ofat(x = 1:3, y = 1:3, z = 1:3)


reval documentation built on June 29, 2022, 9:05 a.m.