atorus-research / datasetjson

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

Change or allow output to stream #25

Closed mstackhouse closed 2 months ago

mstackhouse commented 1 year 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 2 months ago

Redundant with #35