Inspect IBGE Fixed-Width Layout
ibge_microdata_inspect_layoutParse official IBGE SAS/TXT layout files to inspect variable names, positions, widths, types, and descriptions. Quickly select variables before converting microdata to Parquet.
Instructions
Parse a local official IBGE SAS/TXT input layout and return variable names, positions, widths, types, and descriptions.
Use this before converting fixed-width microdata to Parquet so you can choose selectedVariables without opening the full dictionary manually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of variables to return. Defaults to 200 and is capped at 1000. | |
| search | No | Optional case-insensitive search over variable names and descriptions. | |
| layoutPath | Yes | Local path to an official IBGE SAS/TXT fixed-width input layout file. |