Generate lines in EU export format (version 2: faster than version 1)
toEuFormat_v2(inspection.data, mycsv, ...)
inspection.data | inspection data as retrieved by e.g.
|
---|---|
mycsv | logical. If TRUE "my" version of writing CSV is used (fast), otherwise CSV is written by means of write.table (slow) |
… | further arguments passed to dataFrameContentToTextLines |