Learn R Programming

aisdk (version 1.1.0)

generate_stable_id: Generate Stable ID

Description

Generates a stable unique identifier for a plot element.

Usage

generate_stable_id(type, ..., prefix = NULL)

Value

A stable ID string.

Arguments

type

Type of element (e.g., "layer", "guide").

...

Components to include in the ID hash.

prefix

Optional prefix for the ID.