Learn R Programming

reval (version 3.0-0)

args_ofat: 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

Run this code
# NOT RUN {
args_ofat(x = 1:5, y = 1:3)
args_ofat(x = 1:3, y = 1:3, z = 1:3)

# }

Run the code above in your browser using DataLab