create_decompressor | R Documentation |
Initialize a new decompressor object for zlib-based decompression.
create_decompressor(wbits = 0L)
wbits |
The window size bits parameter. Default is 0. |
A SEXP pointer to the new decompressor object.
decompressor <- create_decompressor()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.