Add a table created in the crosstab to a workflow report. This operator transforms your crosstab data into a display table with both CSV and Markdown outputs.
The operator takes a crosstab input and generates two output files:
- A full CSV file with all data
- A Markdown preview of the first 50 rows
- Row Factors: Optional categorical or identifier columns
- Column Factors: Optional categorical or identifier columns
- Measurement: Numeric values to be displayed in the table
- Maximum output: 50 columns
- Maximum output: 100 rows
Rounding: Number of digits used to round numeric values (default: 3)
Typical use cases include:
- Generating summary tables from experimental data
- Creating quick reports from analysis results
- Previewing large datasets with a compact Markdown view
Report_Table_Full.csv: Complete dataset as a CSV fileReport_Table.md: Markdown-formatted preview of the first 30 rows