Closed
Description
openedon Jan 18, 2018
ZSAV was a bigger undertaking, but should be parsed seamlessly without any code changes. On the write side, set either:
readstat_writer_set_compression(writer, READSTAT_COMPRESS_BINARY);
Or
readstat_writer_set_file_format_version(writer, 3);
ZSAV support requires zlib, so some integration effort might be needed. HAVE_ZLIB needs to be defined at compile-time and the binary should be linked with -lz. No idea how that will work with Rcpp.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment