read_table
Read the first rows of a CSV or TSV file to preview column names, sample aliases, and group labels as a markdown table, aiding in data inspection before analysis.
Instructions
Read the first n_rows of a CSV/TSV file from /data and return it as a markdown table. Useful for inspecting column names, sample aliases, and group labels before writing analysis code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| n_rows | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |