open.gzip {file} R Documentation

decompression of a gzip file and get the deflate file data stream.

Description

Usage

open.gzip(file,
    tmpfileWorker = NULL);

Arguments

file

the file path or file stream data.

tmpfileWorker

using tempfile for process the large data file which its file length is greater then the memorystream its upbound capacity. [as string]

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type Stream.

clr value class

Examples


[Package file version 2.33.856.6961 Index]