IgorR-private {IgorR} | R Documentation |
Private functions in IgorR Package
Description
.ReadPackedHeader
reads the short record header from the
current location in a PXP file
Usage
.ReadPackedHeader(con, endian)
Arguments
con |
an R connection to the file we are reading |
endian |
either little or big |
Details
Note that the recordType
will be one of the constants from
Igor's enum PackedFileRecordType
Value
a list containing information about the current record
Author(s)
jefferis
[Package IgorR version 0.9.0 Index]