stata_get_results
Retrieve Stata's stored r() or e() results by running return list or ereturn list and parsing the latest session log to return them directly to the caller.
Instructions
运行 return list 或 ereturn list,并通过 session 最新运行日志将 r() 或 e() 存储结果直接返回给调用端
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | 结果类型:r 或 e |