Skip to contents

Look up a DGP in the internal registry and return a descriptor containing metadata and the generator function, with deterministic selection semantics.

Usage

cs_get_dgp(dgp_id, version = NULL, status = "stable", quiet = FALSE)

Arguments

dgp_id

Character scalar, the DGP identifier.

version

Character scalar or NULL. If provided, selects exact version.

status

Character scalar or NULL. If version is NULL, selection uses status fallback (defaults to "stable").

quiet

Logical; if FALSE (default), emit warnings for non-stable status.

Value

A single-row tibble entry from cs_dgp_registry().