Skip to contents

Manage child states in a dragmapr hierarchy

Usage

dragmapr_set_child_state(hierarchy, key, state)

dragmapr_child_state(hierarchy, key, missing = NULL)

dragmapr_remove_child_state(hierarchy, key)

Arguments

hierarchy

A dragmapr_hierarchy_state.

key

Single child key.

state

A child dragmapr_state().

missing

Value returned when a child key is absent.

Value

A hierarchy state for setters/removers, or a dragmapr_state for dragmapr_child_state().