![]() |
|
The global options.
If this is 'm', use mySQL, else use SQLite.
| char apop_opts_type::db_name_column[300] |
If set, the name of the column in your tables that holds row names.
| char apop_opts_type::db_nan[100] |
The string that the database takes to indicate NaN. May be a regex.
| char apop_opts_type::db_pass[101] |
Password for database login. Max 100 chars.
| char apop_opts_type::db_user[101] |
Username for database login. Max 100 chars.
| char apop_opts_type::input_delimiters[100] |
What other people have put between your columns. Default = "|,\t"
Append to output files(1), or overwrite(0)? default = 0
| char apop_opts_type::output_delimiter[100] |
The separator between elements of output tables. The default is "\t", but for LaTeX, use "&\t", or use "|" to get pipe-delimited output.
If printing to a pipe or FILE, set it here.
's' = to screen 'f' = to file 'd' = to db. 'p' = to pipe (specifically, apop_opts.output_pipe). If 1 or 2, then you'll need to set output_name in the apop_..._print fn. default = 0.
Threads to use internally. See apop_matrix_apply and family.
Set this to zero for silent mode, one for errors and warnings. default = 0.