.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH APOP_DB_TO_CROSSTAB "1" "February 2024" "Apophenia (Debian )" "Apophenia" .SH NAME apop_db_to_crosstab \- command line utility to convert a three-column table to a crosstab .SH SYNOPSIS .B apop_db_to_crosstab [\fI\,opts\/\fR] \fI\,dbname table_name rows columns data\/\fR .SH DESCRIPTION A command\-line wrapper for the apop_db_to_crosstab function. See Apophenia's online documentation for that function for details and tricks. The default for the data column is a count [count(*)] The column is optional; leave it out if you want a single\-dimensional crosstab. If you need a non\-default data column but want a 1\-D crosstab, use 1 as your column. .TP \fB\-d\fR delimiter (default: ) .TP \fB\-v\fR verbose: prints status info on stderr .TP \fB\-v\fR \fB\-v\fR very verbose: also print queries executed on stderr .TP \fB\-h\fR display this help and exit