Closed mstackhouse closed 2 months ago
jsonlite has the stream_out() function, which allows to write the data out in streams. This requires ndjson format, which is appropriate for the dataframe portion of the file. This should realistically help performance for writing larger files.
stream_out()
Redundant with #35
jsonlite has the
stream_out()
function, which allows to write the data out in streams. This requires ndjson format, which is appropriate for the dataframe portion of the file. This should realistically help performance for writing larger files.