This converts an edibble graph object to a data frame called edibble.
This function should be used when the design is in the final form
(or close to the final form). The table can only be formed when the
variables can be reconciled, otherwise it will be a data frame with
zero rows.
An edbl data frame with columns defined by vertices and
rows displayed only if the vertices are connected and reconcile for output.
Arguments
.edibble
An edibble design (edbl_design), an edibble data frame (edbl_table) or an
object that contains the edibble data frame in the attribute
design.
label_nested
The columns to show nested labels (if available). Tidyselect compatible.
fail
What to do when failing to convert graph to table.
.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.