getData {HDS} R Documentation

get a stream in readonly mode for parse data

Description

Usage

getData(pack, file,
    load.memory = FALSE);

Arguments

pack

[as StreamPack]

file

[as StreamBlock]

load.memory

load the block file data into memory on load instead of open a SubStream of the base file. [as boolean]

Details

Authors

SMRUCC genomics

Value

this function returns data object of type Stream.

clr value class

Examples


[Package HDS version 6.0.0.3654 Index]