Skip to contents

This helps to construct a new edibble table which is a special type of tibble.

Usage

new_edibble(.data, ..., design = NULL, class = NULL)

as_edibble(.data, ...)

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

Arguments

.data

data frame or list of the same size.

...

Passed to new_tibble.

design

An edibble graph object.

class

Subclasses for edibble table. The default is NULL.

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.

Value

An edibble table.