Skip to contents

Given a method short name (e.g. "HIR", "Savanna_2026"), return the authoritative legislative instrument URL on the Federal Register of Legislation. This is the technical determination document that defines measurement, monitoring, baseline, and permanence rules for the method.

Usage

cer_method_determination(method_short)

Arguments

method_short

Character scalar matching a method_short value from cer_method_integrity().

Value

A length-1 character URL, or NA_character_ if not found.

Examples

cer_method_determination("HIR")
cer_method_determination("Savanna_2026")