First of all thanks for this library! At least for us, you saved us hours of compute time waiting for reading and writing rds files.
This is more a question/proposal before potentially proposing a PR: We control a lot of our data processing pipeline through environment variables similar to how one can do it with renv. I was wondering whether this would also be an option for qs2? For instance, one could set QS2_OPT_COMPRESS_LEVEL to control qopt("compress_level").
First of all thanks for this library! At least for us, you saved us hours of compute time waiting for reading and writing
rdsfiles.This is more a question/proposal before potentially proposing a PR: We control a lot of our data processing pipeline through environment variables similar to how one can do it with
renv. I was wondering whether this would also be an option forqs2? For instance, one could setQS2_OPT_COMPRESS_LEVELto controlqopt("compress_level").