Last chance! 50% off unlimited learning
Sale ends in
Support for compression libraries depends on the build-time settings of the Arrow C++ library. This function lets you know which are available for use.
codec_is_available(type)
A string, one of "uncompressed", "snappy", "gzip", "brotli", "zstd", "lz4", "lzo", or "bz2", case insensitive.
Logical: is type
available?
# NOT RUN {
codec_is_available("gzip")
# }
Run the code above in your browser using DataLab