alloc_decompressor | R Documentation |
Create a new libdeflate decompressor for raw DEFLATE streams.
alloc_decompressor()
An external pointer ('externalptr') to a libdeflate decompressor.
dcmp = alloc_decompressor()
stopifnot(inherits(dcmp, "externalptr"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.