get_package_docs
Retrieves official API reference for the EPH data package to ensure correct function names and arguments. Use after setup and before writing code.
Instructions
Returns the OFFICIAL API reference for the EPH data package.
Call eph_setup() first if you have not already. Call this BEFORE writing any import statement or function call. Do NOT use function names or argument names from memory — they may be wrong.
lang values:
"r" — eph R package: get_microdata(), organize_labels(), calculate_tabulates()
"python" — pyeph library: download(), organize(), LaborMarket, Poverty classes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |