parseHAC: Parse binary HAC.
Description
Parse binary HAC to a list of data values.
Usage
parseHAC(hac, split = FALSE, split.by = paste(hac$type, hac$length), units = TRUE)
Arguments
hac
Object of class HAC to be parsed.
split
Force parsing of incompatiple tuples by first splitting the raw data?
split.by
If split=TRUE then split by this factor.
units
Convert to human readable units?
Value
Object of class tuple.
Details
HAC parsing can be performed for one or multiple tuples of
the same type and length. The binary tuples are translated
to data values according to the definition document.