openStream {HDS} R Documentation

Open a HDS stream pack file, this function will create a new file is the given **`file`** is not exists

Description

Usage

openStream(file,
    readonly = FALSE,
    allowCreate = FALSE,
    meta.size = 8388608);

Arguments

file

-

readonly

Indicates that the file content just used for readonly, not allow updates?. [as boolean]

allowCreate

[as boolean]

meta.size

[as integer]

env

[as Environment]

Details

Authors

SMRUCC genomics

Value

this function returns data object of type StreamPack.

clr value class

Examples


[Package HDS version 6.0.0.3654 Index]