CMD + K

r-rcompression

Community

The package is a basic interface to some of the compression facilities in the zlib and bzip2 libraries for uncompressing (and compressing) data in memory that is not in a file. It handles bz2, gzip and regular compress (.Z) content. It can work on files or with data in memory, e.g. downloaded directly into memory via an HTTP request. It is used when we don't want to write data to a file and then read it back into R. This is common when performing HTTP requests via the RCurl package and dependent packages such as SSOAP.

Installation

To install this package, run one of the following:

Conda
$conda install f30a78ec8::r-rcompression

Usage Tracking

0.94_0
1 / 8 versions selected
Total downloads: 0

About

Summary

The package is a basic interface to some of the compression facilities in the zlib and bzip2 libraries for uncompressing (and compressing) data in memory that is not in a file. It handles bz2, gzip and regular compress (.Z) content. It can work on files or with data in memory, e.g. downloaded directly into memory via an HTTP request. It is used when we don't want to write data to a file and then read it back into R. This is common when performing HTTP requests via the RCurl package and dependent packages such as SSOAP.

Information Last Updated

Mar 25, 2025 at 16:18

License

zlib. See LICENSE.

Total Downloads

10