Skip to contents

Adds a column = value pair (as a double) to the current row buffer. Call maxent_csv_write_row to flush the row.

Usage

maxent_csv_write_num(writer, column, value)

Arguments

writer

External pointer to a CsvWriter object.

column

Character: column name.

value

Numeric: value to write.

Value

Invisibly returns the writer object.