1. Docs
  2. autolabel

Module

autolabel

Apply variable and value labels to register data in one line. Backed by a curated, multilingual, cross-agency metadata catalog.

What it does

Given a register-data dataset with cryptic variable names and coded value fields, autolabel applies human-readable labels — in the language of your choice — from the RegiStream catalog. No manual label define blocks, no looking up codebooks PDF by PDF.

use lisa_2020.dta, clear
autolabel variables, domain(scb) lang(eng)
autolabel values,    domain(scb) lang(eng)
* Done.

Platforms

Quick start

  1. Install registream + autolabel.
  2. Load a dataset from a supported agency (SCB, DST, SSB, Försäkringskassan, Socialstyrelsen, Statistics Iceland).
  3. Call autolabel variables, domain(<domain>) lang(eng) — the catalog bundle downloads automatically on first use.
  4. Call autolabel values for value labels.
  5. For precise context, pass scope("REGISTER" "VARIANT") and release("2020") — see the Stata reference.