new_edibble: An edibble table constructor

View source: R/edibble.R

new_edibbleR 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 new_tibble.

.design

An edibble graph object.

.class

Subclasses for edibble table. The default is NULL.

Value

An edibble table.


edibble documentation built on June 22, 2024, 11:04 a.m.