new_edibble {edibble} | R Documentation |
An edibble table constructor
Description
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 |
.design |
An edibble graph object. |
.class |
Subclasses for edibble table. The default is NULL. |
Value
An edibble table.
[Package edibble version 1.1.1 Index]