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)


mkoohafkan/reval documentation built on Jan. 17, 2024, 1:13 a.m.