atorus-research / datasetjson

Read and write CDISC Dataset JSON files
https://atorus-research.github.io/datasetjson/
Apache License 2.0
12 stars 2 forks source link

Change or allow output to stream #25

Closed mstackhouse closed 1 day ago

mstackhouse commented 10 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.

mstackhouse commented 1 day ago

Redundant with #35