nonRedundLines reduces complexity of matrix (or data.frame) if multiple consectuive (!) lines with same values.
Return matrix (or data.frame) without repeated lines (keep 1st occurance)
Usage
nonRedundLines(dat, callFrom = NULL)
Arguments
dat
(matrix or data.frame) main input
callFrom
(character) allow easier tracking of message(s) produced
Value
matrix (or data.frame) without repeated lines (keep 1st occurance)..