Skip to contents

Combines the boxes, arrows, and lines of a ggconsort object into a single tibble in the format expected by the geom_consort() geoms. Called internally by ggplot.ggconsort(); you should rarely need to call it directly.

Usage

create_consort_data(.data, ...)

Arguments

.data

A ggconsort object built with consort_box_add() and friends.

...

Unused; reserved for future use.

Value

A tibble with one row per box, arrow, and line.