After running compress, this function creates a crosswalk table. Usually it is preferred to call merge_units directly.
Arguments
- compression
A "segcompression" object returned by compress.
- n_units
Determines the number of merges by specifying the number of units to remain in the compressed dataset. Only
n_units
orpercent
must be given. (default:NULL
)- percent
Determines the number of merges by specifying the percentage of total segregation information retained in the compressed dataset. Only
n_units
orpercent
must be given. (default:NULL
)- parts
(default: FALSE)