Skip to contents

This function doesn't really do much besides create a new edibble design object.

Usage

design(name = NULL, .record = TRUE, seed = NULL, kitchen = Kitchen)

redesign(
  .data,
  name = NULL,
  .record = TRUE,
  seed = NULL,
  kitchen = Kitchen,
  ...
)

Arguments

name

Optional name used as title for printing the design.

.record

A logical value. This indicates whether to record this code step. The default is TRUE. It should remain TRUE unless this function is used as a wrapper in other code.

seed

A seed number for reproducibility.

kitchen

An environment setup in a manner to manipulate, extract and query information on the design.

.data

An edibble table.

...

Either a name-value pair or a series of the names.

Value

An empty edbl_design object.

See also

Add variables to this design with set_units(), set_trts(), and set_rcrds().

Other user-facing functions: allot, expect_rcrds(), export_design(), serve_table(), set_rcrds(), set_trts(), set_units()

Examples

design("My design")
#> My design