Skip to contents

Opens a CSV file and returns a writer object. Use maxent_csv_write, maxent_csv_write_num, maxent_csv_write_row, and maxent_csv_write_close to write data and close the file.

Usage

maxent_csv_write_open(filename, append = FALSE, precision = 4L)

Arguments

filename

Character: output file path.

append

Logical: append to an existing file (default FALSE).

precision

Integer: number of decimal places for numeric values (default 4).

Value

External pointer to a CsvWriter C++ object.