# Get the current compression level:
qopt("compress_level")
# Set the compression level to 5:
qopt("compress_level", value = 5)
# Get the current shuffle setting:
qopt("shuffle")
# Get the current setting for warn_unsupported_types (used in qd_save):
qopt("warn_unsupported_types")
# Get the current setting for use_alt_rep (used in qd_read):
qopt("use_alt_rep")
Run the code above in your browser using DataLab