Skip to contents

Compresses a numeric vector into the simplest possible character string that, when evaluated, will create the same numeric vector.

Usage

.compress_range(range_vector)

Arguments

range_vector

numeric vector with numbers to compress into string

Value

simplest possible character string representing provided vector