writeNumeric

A convenience method. This writes the values in the array to the numeric columns in the file in the order of their appearance. Any text columns will have the value null and cannot be unwritten.

The recommended use is for files that have all numeric columns.

If you have mixed column types, then use getRow() to first set the appropriate columns before writing them.

Parameters

data

the data to write