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, ...)

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.

Value

An edibble table.