Skip to content

Add zsav support #338

Closed
Closed

Description

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

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions