Skip to contents

Legacy / low-level handoff (superseded, but not deprecated).

This is the original handoff: it bundles the grouped geometry and the absolute anchors into a dragmapr_layout list. The preferred path is now as_dragmapr_state(), which emits a geometry-free dragmapr::dragmapr_state() – the shared editorial composition contract that state = arguments accept across focus_map(), render_dragged_map(), and update_exploded_layout().

as_dragmapr() remains supported for existing offset-table / CSV workflows and is not scheduled for removal, but new code should prefer the state-first API.

Usage

as_dragmapr(result)

Arguments

result

A grouped_exploded_map.

Value

A dragmapr_layout list containing editable sf geometry and anchors.

See also

as_dragmapr_state() for the preferred state-first handoff.