new_edibble | R Documentation |
This helps to construct a new edibble table which is a special type of tibble.
new_edibble(.data, ..., .design = NULL, .class = NULL)
as_edibble(.data, ...)
.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. |
An edibble table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.